Rebol Programming/close
USAGE:
CLOSE port
DESCRIPTION:
Closes an open port connection.
CLOSE is a native value.
ARGUMENTS
- port -- (Type: port)
SOURCE CODE
close: native[
"Closes an open port connection."
port [port!]
]
CLOSE port
Closes an open port connection.
CLOSE is a native value.
close: native[
"Closes an open port connection."
port [port!]
]