RosettaCodeData/Task/Boolean-values/BASIC256/boolean-values.basic256
Ingy döt Net 518da4a923 B
2013-04-10 16:19:29 -07:00

7 lines
217 B
Text

' BASIC256 used numbers to represent true and false
' values. Zero is false and anything else is true.
' The built in constants true and false exist
' and represent one and zero respectively.
print false
print true