[REBOL] Script return code Re:(2)

2000-02-24 Thread VoToNi
In einer eMail vom 24.02.00 12:24:36 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: > Maybe I wasn't clear enough, my posting was referring to situations in which > one > has to "glue" together the execution of multiple scripts, not necessarily > all of > them written in Rebol. A

[REBOL] Script return code Re:

2000-02-24 Thread Al . Bri
Mauro wrote: > My question of the day is: what mechanism can be used to (programmatically) test whether the execution of a Rebol script has been successful or not? >> S1: [print "This is S1" true] == [print "This is S1" true] >> do s1 This is S1 == true >> S2: [print "This is S2" false] == [print

[REBOL] Script return code Re:

2000-02-24 Thread bregolin
Maybe I wasn't clear enough, my posting was referring to situations in which one has to "glue" together the execution of multiple scripts, not necessarily all of them written in Rebol. A motivation could be legacy applications (if we call "legacy" whatever is already there and we won't/can't modif