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
/
test
/
p41.ck
blob
f908baa8360ce8ce5ecacc5d579ea705f3f7b203
1
// function that waits.
2
3
fun void waitafew() { 5::second => now; }
4
5
waitafew();
6
7
<<<"success">>>;