Rebol Programming/update
USAGE:
UPDATE port
DESCRIPTION:
Updates the data related to a port.
UPDATE is a native value.
ARGUMENTS
- port -- (Type: port)
SOURCE CODE
update: native[
"Updates the data related to a port."
port [port!]
]UPDATE port
Updates the data related to a port.
UPDATE is a native value.
update: native[
"Updates the data related to a port."
port [port!]
]