Sha256: 5e5b1fa3b3dd1ebc018f0c453441123aa5f09254e7297c7437b0fed29c881458

Contents?: true

Size: 775 Bytes

Versions: 22

Compression:

Stored size: 775 Bytes

Contents

RUN VERB
  NAME: run
  SHORTCUT: r

  DESCRIPTION
    Run a script or other object.
    This is the same as sending a 'run' message to the object.

  SYNTAX
    run <path.to.object>
    run ~> <expression>

  PARAMETERS
    path.to.object
      - Reference to the object which will be run.
      - The object must be a runnable object such as a script.

    expression
      - Evaluate the expression and run it.


  RESULT
    The result depends on the object that is run.

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

  EXAMPLE

    > run my.script

    > create s as script : "show 3 + 4"
    > run s

    Run a script in an evaluated expression:
    > create s as string : "show 3 + 4"
    > run ~> s

  SEE ALSO
    tell

Version data entries

22 entries across 22 versions & 2 rubygems

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