Update README, new tests
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
fun !dingle -int -function &in
|
||||
call !in &tmp
|
||||
fun !dingle -int -function &in -int &counter
|
||||
add 1 $counter &counter
|
||||
println "We are" $counter "iterations deep"
|
||||
call !in $in $counter &out
|
||||
endfun
|
||||
|
||||
call !dingle $dingle 0 &out
|
||||
|
||||
Reference in New Issue
Block a user