*** empty log message ***
[chuck-blob.git] / v2 / test / p41.ck
blobf908baa8360ce8ce5ecacc5d579ea705f3f7b203
1 // function that waits.
3 fun void waitafew() { 5::second => now;  }
5 waitafew();
7 <<<"success">>>;