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