Sha256: 35d6b6f104b8256004ec76f87b06fd09e52a3d1dc0950fe3ff8885ac7b39665f

Contents?: true

Size: 885 Bytes

Versions: 22

Compression:

Stored size: 885 Bytes

Contents

ALIAS OBJECT TYPE
  NAME: alias
  SHORTCUT: ln

  DESCRIPTION
    A pointer to another object.
    Normal path-name references will refere to the aliased object.
    To refer to the alias itself, add an * at the end of the path-name.
    This is neeed, for example, to set the value of the alias.
    The value of the alias is merely the path-name of the
    referenced object.

  CHILDREN
    None

  MESSAGES
    The alias will reflect the mesages of the object to which
    it points.
    The alias itself can receive the following message:
    resolve - Check to see if the object referenced exists.
          Sets it to true or false.

  EXAMPLE

    a [can] :
      s [string] : a string
      i [integer] : 13
      ln [alias] : a.s
      on_load [script] :
        show a.ln
        show a.ln*
        put 'a.i' into a.ln*
        put 7 into a.ln
        show a.ln

  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/alias.txt
gloo-1.0.0 lib/gloo/help/objs/basic/alias.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/basic/alias.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/basic/alias.txt
gloo-0.8.0 lib/gloo/help/objs/basic/alias.txt
gloo-0.7.7 lib/gloo/help/objs/basic/alias.txt
gloo-0.7.6 lib/gloo/help/objs/basic/alias.txt
gloo-0.7.5 lib/gloo/help/objs/basic/alias.txt
gloo-0.7.4 lib/gloo/help/objs/basic/alias.txt
gloo-0.7.3 lib/gloo/help/objs/basic/alias.txt
gloo-0.7.2 lib/gloo/help/objs/basic/alias.txt