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]
/
v2
/
examples
/
status.ck
blob
2598b08ccef1aa6f699c5848fe685f62f256db9c
1
// useful little shred for on-the-fly programming...
2
3
// infinite time loop
4
while( true )
5
{
6
// print out machine status (same as chuck ^)
7
Machine.status();
8
// every so often
9
3::second => now;
10
}