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-0.7.1 lib/gloo/help/objs/basic/integer.txt
gloo-0.7.0 lib/gloo/help/objs/basic/integer.txt