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