Sha256: 55413dd17b929988a24f4e7597d453a9b1d36c346c8552e54acfe4194df8858b

Contents?: true

Size: 663 Bytes

Versions: 22

Compression:

Stored size: 663 Bytes

Contents

TELL VERB
  NAME: tell
  SHORTCUT: ->

  DESCRIPTION
    Send a message to an object.
    Ask the object to perform an action.

  SYNTAX
    tell <path.to.object> to <message>

  PARAMETERS
    path.to.object - The object that we want to see.
    message - The message to send.

  RESULT
    The result depends on the message that is sent.

  ERRORS
    Missing message!
      - No message was specified, or the 'to' keyword is missing.

    Object was not found
      - The target of the message was not found.

  EXAMPLE

    > tell an.obj to unload
    > tell the.script to run
    > tell my.str to up
    > tell the.container to count
    
  SEE ALSO
    run

Version data entries

22 entries across 22 versions & 2 rubygems

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