24 Sep
2010
24 Sep
'10
11:37 a.m.
Yeah, I guess one thing we didn't really mention is that the argument
has to be a true/false value. until(5::second) won't work because
5::second will not evaluate to true nor false. I think that's the main
misconception.
-Andrew
2010/9/23 Kassen
sorry; odd keyboard shortcuts in Chromium until (foo) { do.stuff() } is equivalent to while (! foo) { do.stuff() } hope that helps, Kas. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users