True

From MiniScript Wiki
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