Sha256: 12909df01f55ec64d62d827afbf2b17854c1d31697533a406818c453e405e01a
Contents?: true
Size: 505 Bytes
Versions: 22
Compression:
Stored size: 505 Bytes
Contents
BOOLEAN OBJECT TYPE NAME: boolean SHORTCUT: bool DESCRIPTION A boolean value. Value will be either true or false. CHILDREN None MESSAGES not - Set the boolean to the opposite of what it is now. true - Set the boolean to true. false - Set the boolean to false. EXAMPLE b [can] : flag [boolean] : true on_load [script] : show b.flag put false into b.flag show b.flag tell b.flag to not show b.flag SEE ALSO
Version data entries
22 entries across 22 versions & 2 rubygems