< Rebol Programming
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!] ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.