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-0.7.1 lib/gloo/help/verbs/show.txt
gloo-0.7.0 lib/gloo/help/verbs/show.txt