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!]
]
{{BookCat}}
Last modified on 27 October 2012, at 22:15