Rebol Programming/port?
Appearance
USAGE:
[edit | edit source]PORT? value
DESCRIPTION:
[edit | edit source]Returns TRUE for port values.
PORT? is an action value.
ARGUMENTS:
[edit | edit source]- value -- (Type: any-type)
SOURCE CODE
[edit | edit source]port?: native["Returns TRUE for port values." value [any-type!] 13]