[REBOL] Re: close, Error in the docs?
From: ammonjohnson:ya:hoo at: 7-Nov-2001 18:15
Hi, Hmm... I get:>> ? closeUSAGE: CLOSE port DESCRIPTION: Closes an open port connection. CLOSE is a native value. ARGUMENTS: port -- (Type: port) from the console, some other neat functions are ??, Source. For example:>> ?? closeclose: native>> source closeclose: native [ "Closes an open port connection." port [port!] ] Source will return the source of a function! HTH Ammon