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
/
basic
/
demo0.ck
blob
91a28ecd595eb500b7beaf0d0e117ff1151a14e3
1
// demo0.ck
2
// basic demo showing time and duration
3
4
5::second + now => time later;
5
6
while( now < later )
7
{
8
<<<now>>>;
9
1::second => now;
10
}
11
12
<<<now>>>;