*** empty log message ***
[chuck-blob.git] / examples / chout.ck
blob2d7371c58dbef40b260a3912ef1d783769c5225c
1 // time loop
2 while( true )
4     // print out
5     chout => "current ChucK time: " => now => endl;
6     100::ms => now;