"Yves Jaradin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > <SNIP> > > > All features and generator are to be placed between "for" > and "do" > > Exemple: > > for X in L break:B do > {B} > end > > For now, break and continue are implemented with exception, > so don't use them in fail-proof try-catch blocks: > > for X in L break:B do > try > {B} > catch E then > {Browse E} > end > end > > will not break and will browse some names. >
Just the sort of short code example / explanation that I was after - thank you, Yves :) ! Cheers, Anthony Borla _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
