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]
/
examples
/
echo.ck
blob
de86b9b3e3f61ff99e1f3d01e2fb949442256cf1
1
// input and three echoes
2
adc => Echo e1 => Echo e2 => Echo e3 => dac;
3
500::ms => e1.max => e2.max => e3.max;
4
500::ms => e1.delay => e2.delay => e3.delay;
5
6
// time loop
7
while( true ) 1::second => now;