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