REBOL Programming/get-modes

< REBOL Programming

USAGE:

GET-MODES target modes 

DESCRIPTION:

Returns mode settings for a port.

GET-MODES is a native value.

ARGUMENTS

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.