repo.or.cz
/
chuck-blob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[chuck-blob.git]
/
examples
/
chout.ck
blob
2d7371c58dbef40b260a3912ef1d783769c5225c
1
// time loop
2
while( true )
3
{
4
// print out
5
chout => "current ChucK time: " => now => endl;
6
100::ms => now;
7
}