[REBOL] Re: how to correctly unset a word?
From: antonr:iinet:au at: 26-Apr-2003 14:47
Do this at the beginning of your script: attempt [close ccd] Also refer to "System Port Trap Example" posted by Carl Sassenrath here on Sun 13/10/2002. There you can see how to trap the escape and thus be able to close the port yourself. Check the other posts in the thread because there are some OS-specific issues there. Anton.