Hi Anton, Anton Rolls wrote: > When I want continue I just put loop 1 [...] > inside my loop:
of course, you could also use catch and throw this way. >>repeat n 5 [catch [if n = 3 [throw] ?? n]] n: 1 n: 2 n: 4 n: 5 == 5 Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
