Format: true
Arguments: None
Returns: (bool) true
Description: True is numerically equal to 1 and is logically equal to any non-zero number.
Examples: true==0.1 = true
true==0 = false
true+1 = 2
See Also: false, yes, no