Rebol Programming/in
USAGE:
IN object word
DESCRIPTION:
Returns the word in the object's context.
IN is a native value.
ARGUMENTS:
- object -- (Type: object port)
- word -- (Type: any-word)
SOURCE CODE
in: native[
"Returns the word in the object's context."
object [object! port!]
word [any-word!]
]