[REBOL] Re: Don't understand "try" and "disarm"
From: volker::nitsch::gmail::com at: 14-Mar-2006 21:29
either error? set/any 'FTP-RESULT try [
write %tempfile.txt read %fileexists.txt
]
or
either error? FTP-RESULT: try [
write %tempfile.txt read %fileexists.txt
'worked ; we return something "real"
]
On 3/14/06, Steven White <swhite-ci.bloomington.mn.us> wrote:
<snip>
>
> This "set-word" concept is a bit confusing, but I am going to wait with
> my criticism of the REBOL documentation until I have re-read it, plus
> the two books I have purchased. Then I'll complain.
>
> >>> greggirwin-mindspring.com 3/14/2006 10:12 AM >>>
>
--
-Volker
Any problem in computer science can be solved with another layer of
indirection. But that usually will create another problem.
David
Wheeler