BlitzMax Docs -> 2D - Category -> Basic -> True
True
Returns:
Nothing.Description:
Constant integer of value 1Example:
Rem True is a Constant Integer assigned the value 1. End Rem Print "True="+True If True Print "This line will always be executed" EndIf If Not True Print "This line will never be executed" EndIf
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




