FutureBasic Logo

<<    Index    >> FutureBasic

maybe   function



Syntax
trueOrFalse = maybe

Description
This function is a special random number generator that returns either _zTrue (-1) or _false (0), with equal probability. Before your program calls maybe for the first time, you should execute the randomize statement to "seed" the random number generator.

See also
rnd; random