< Rebol Programming
USAGE:
GET-MODES target modes
DESCRIPTION:
Returns mode settings for a port.
GET-MODES is a native value.
ARGUMENTS
- target -- (Type: file url block port)
- modes -- (Type: word block)
SOURCE CODE
get-modes: native[
"Returns mode settings for a port."
target [file! url! block! port!]
modes [word! block!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.