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
/
status.ck
blob
6a451961d889e79281f91b34e7f6596c17bc91b3
1
// useful little shred for on-the-fly programming...
2
3
while( true )
4
{
5
machine.status();
6
2::second => now;
7
}