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-0.7.1 lib/gloo/help/core/it.txt
gloo-0.7.0 lib/gloo/help/core/it.txt