boolean.e



(c) 1/15/06 J. Peterson




1. Introduction


boolean.e contains a type definition for boolean variables. Boolean variables can have only two values, TRUE or FALSE. In Euphoria (like most other languages without builtin support for booleans) the numeric value of 1 is used to represent TRUE and the numeric value of 0 is used to represent FALSE.



2. Routines
  FALSE
  TRUE
  boolean(i)

 

... continue 3. Alphabetical Listing of All Routines, From A to Z