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
/
p64.ck
blob
30f4e2bb452d2f6b788a6d827c0d69173c0c2b10
1
// spork spork spork
2
3
fun void waits( int a ) {
4
a::second => now;
5
<<<a>>>;
6
<<<"success">>>;
7
}
8
9
spork ~ waits(5);
10
spork ~ waits(10);
11
11::second => now;