True
Revision as of 09:34, 21 February 2022 by SaveTheSwales (talk | contribs)
true is a keyword value equivalent to 1.
example
greet = true
if greet then
print "hello user"
end if
true is a keyword value equivalent to 1.
greet = true
if greet then
print "hello user"
end if