Sha256: 085956b4191c1c81af1f69d821ea81070e311fcb6f31da69ef727ab4433205ed

Contents?: true

Size: 412 Bytes

Versions: 22

Compression:

Stored size: 412 Bytes

Contents

SHOW VERB
  NAME: show
  SHORTCUT: =

  DESCRIPTION
    Show an object's value.

  SYNTAX
    show <path.to.object>

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

  RESULT
    The object's value is shown.
    <it> will contain the object's value.

  ERRORS
    None

  EXAMPLE

    > show "me"
    > show "hello " "world"
    > show 132 * 23

    > create x : "boo"
    > show x

  SEE ALSO

Version data entries

22 entries across 22 versions & 2 rubygems

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