I'm trying to find something analogous to a sleep() function in Water.
I would like to be able to stop processing for a given number of seconds.
Is there something like this in Water? Or do I need to busy wait.
By the way, thanks for all you help so far.