You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"
] ]