< Rebol Programming
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!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.