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

[REBOL] Re: Error handling

From: lmecir:mbox:vol:cz at: 4-Jul-2004 8:28

Ladislav Mecir napsal(a):
>Hi, > >this example may look strange, but normally (for undefined global 'r): > > do b ; == "OK" > >and both Ex2 and Ex3 yield this as opposed to Ex1, which doesn't work as >expected. > >-L >
I found out, that you were right, I changed b to b: ["OK"] to simplify things. -L