Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: 'do - question

From: nitsch-lists:netcologne at: 11-Nov-2001 5:55

RE: [REBOL] Re: 'do - question carl suggested something like
>> catch/name[throw/name "goodbye" 'quit] 'quit
== "goodbye" real-quit: :quit quit: [throw/name 'quit] catch/name[unview/all do your-file] 'quit] you should also catch errors, reset directory and figure out if you need some unview/all to stop event-loop. i have an extended version for that in my ide, runs some unprepared foreign scripts well. but german yet.. -Volker [Al--Bri--xtra--co--nz] wrote: