USAGE: edit

GET word /any 

DESCRIPTION: edit

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

GET is a native value.

ARGUMENTS edit

  • word -- Word to get (Type: any-word object none)

REFINEMENTS edit

  • /any -- Allows any type of value, even unset.

SOURCE CODE edit

get: native[
    "Gets the value of a word or values of an object." 
    word [any-word! object! none!] "Word to get" 
    /any "Allows any type of value, even unset."
]