Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   GET word /any

DESCRIPTION

Gets the value of a word or path, or values of an object.

GET is a native value.

ARGUMENTS

  • word -- Word, path, object to get

REFINEMENTS

  • /any -- Allows word to have no value (allows unset)

#SOURCE

get: make native! [  [
    {Gets the value of a word or path, or values of an object.}
    word "Word, path, object to get"
    /any "Allows word to have no value (allows unset)"
] ]

Clone this wiki locally