Sha256: 6b853d416116d75c4307e3bbe142869fead85b115c2d1dc13d698ce73f2d0a42

Contents?: true

Size: 536 Bytes

Versions: 22

Compression:

Stored size: 536 Bytes

Contents

SCRIPT OBJECT TYPE
  NAME: script
  SHORTCUT: cmd

  DESCRIPTION
    An exectutable script.

  CHILDREN
    None

  MESSAGES
    run - Run the script.
          The script can be run by telling the object or run.
          It can all be executed with the run verb.

  EXAMPLE

    script [can] :
    	on_load [script] :
    		show "Showing multiple lines..."
    		show script.msg1
    		show script.msg2
    		show script.msg3
    		show "Done."
    	msg1 [string] : one
    	msg2 [string] : two
    	msg3 [string] : three

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