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