Sha256: 0936daea1ae0f6f6a39aec20837c748646a2178b40de3adcc5fa2d5eb12b20f0

Contents?: true

Size: 627 Bytes

Versions: 22

Compression:

Stored size: 627 Bytes

Contents

IT

  DESCRIPTION
    'It' is a special virtual object.  'It' contains the value of
    the last expression or command run.  Not all commands result in
    a change to the value of it.

  EXAMPLE
    Get the value of an expression and store it somewhere for later use:

      #
      # Example of usage of 'it'.
      #
      it_example [can] :
        result [int] :
        on_load [script] :
          show 3 + 4
          put it into ^.result
          show ^.result

    Running this script will show 7 twice.  The first time will be the
    result of the addition.  The second time will be showing the
    result object.

Version data entries

22 entries across 22 versions & 2 rubygems

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