Sha256: b37d06312ebd6e19498ff41250a2d029a01b057cedf87f80409f1dda32dcba2f

Contents?: true

Size: 919 Bytes

Versions: 22

Compression:

Stored size: 919 Bytes

Contents

LOAD VERB
  NAME: load
  SHORTCUT: <

  DESCRIPTION
    Load an object file.
    There are two ways to specify the file.  Give either the full path
    and file name or use a relative path from the gloo project folder.
    For the latter, the extension is not needed.  For the former, the
    file extension is necessary.
    
    Using * instead of a file name will load all gloo files in the folder.

  SYNTAX
    load <file_name>

  PARAMETERS
    file_name - Name of the object file that is to be loaded.

  RESULT
    Objects are loaded into the heap.
    on_load scripts are run within the loaded objects.

  ERRORS
    Missing Expression!
      - No expression is provided as parameter to the verb.

    If the file specified can't be found or can't be loaded,
    an error condition will result.

  EXAMPLE

    > load my/project/file
    > load my/app/*
    > load ~/.my_app/settings.gloo

  SEE ALSO
    save

Version data entries

22 entries across 22 versions & 2 rubygems

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