SourceForge.net Logo

[ESL - Index ]

 

Euphoria Standard Library (ESL): module boolean.e

 

Global constants

TRUE = 1 or TRUE = (1 = 1)
Status: proposed

FALSE = 0 or FALSE = not TRUE
Status: proposed

 

Global types

boolean(i)
Returns TRUE if and only if i is an integer with the value of either 1 or 0
Status: proposed