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

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-1.0.0 lib/gloo/help/objs/basic/boolean.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/basic/boolean.txt
gloo-0.8.0 lib/gloo/help/objs/basic/boolean.txt
gloo-0.7.7 lib/gloo/help/objs/basic/boolean.txt
gloo-0.7.6 lib/gloo/help/objs/basic/boolean.txt
gloo-0.7.5 lib/gloo/help/objs/basic/boolean.txt
gloo-0.7.4 lib/gloo/help/objs/basic/boolean.txt
gloo-0.7.3 lib/gloo/help/objs/basic/boolean.txt
gloo-0.7.2 lib/gloo/help/objs/basic/boolean.txt