Sha256: 11abb6ac4cdf36f7309fab31fa192b1b440e7ab1a7dc30975e2724fdf5dadac9

Contents?: true

Size: 422 Bytes

Versions: 22

Compression:

Stored size: 422 Bytes

Contents

INTEGER OBJECT TYPE
  NAME: integer
  SHORTCUT: int

  DESCRIPTION
    An integer (numeric) value.

  CHILDREN
    None

  MESSAGES
    inc - Increment the integer value by 1.
    dec - Decrement the integer value by 1.

  EXAMPLE

    i [can] :
      x [integer] : 0
      on_load [script] :
        show i.x
        tell i.x to inc
        show i.x
        put i.x * 10 into i.x
        show i.x

  SEE ALSO
    decimal

Version data entries

22 entries across 22 versions & 2 rubygems

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