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

[REBOL] Re: Help me, Obi Reb Kenobi, you're my only hope!

From: rotenca:telvia:it at: 3-Sep-2002 13:05

Hi Ladislav, thank for your summary, only a note about:
> type? make error! [throw no-loop] > ** Throw Error: Nothing to break > ** Near: type? make error! [throw no-loop] > > , which is a bigger quirk than above.
no-loop error! seems to have the same beaviour which has any others error, when a function has at least the attribute []:
>> error? do func[][return make error! "any"] ;== true >> error? do func[[]][return make error! "any"]
** Throw Error: Return or exit not in function ** Where: func [[]][return make error! "any"] ** Near: return make error! "any" --- Ciao Romano
> Opposite opinions welcome > > Cheers > > Ladislav > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes. >
--- Ciao Romano