True

From MiniScript Wiki
Revision as of 09:34, 21 February 2022 by SaveTheSwales (talk | contribs)
Jump to navigation Jump to search

true is a keyword value equivalent to 1.

example

greet = true
if greet then
print "hello user"
end if