24 Sep
2010
24 Sep
'10
1:57 p.m.
On Fri, Sep 24, 2010 at 8:37 AM, Andrew C. Smith
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.
Is that true? This works how I'd think it should: until(5::second) { <<< "won't happen" >>>; } do { <<< "hi" >>>; second => now; } until(5::second); while(5::second) { <<< "bye" >>>; second => now; } -- Tom Lieber http://AllTom.com/ http://favmusic.net/