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

USAGE

   IN object word

DESCRIPTION

Returns the word or block in the object's context.

IN is a native value.

ARGUMENTS

  • object (any-object! block!)
  • word -- (modified if series) (any-word! block! paren!)

#SOURCE

in: make native! [  [
    "Returns the word or block in the object's context."
    object [any-object! block!]
    word [any-word! block! paren!] "(modified if series)"
] ]
Clone this wiki locally