skaller wrote: > On Wed, 2006-10-04 at 20:09 -0700, Erick Tryzelaar wrote: > > >> I'd vote against the except, and just go with: >> >> x = x / y if y == 0 else 0; >> > > That can't be done, because it already means > > apply(x/y, if y==0 SYNTAX-ERROR >
Ah ok. Had to read through the flx_parse.mly, but yes, that makes sense. Then my vote is "unless-then" if that's possible. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
