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