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]
/
exile
/
v1
/
examples
/
maybe.ck
blob
8401facf9069aa23c724ddc5b5e12f2bfd649240
1
// for the indecisive programmer...
2
3
while( true )
4
{
5
50::ms => now;
6
maybe => stdout;
7
}