Update README, new tests

This commit is contained in:
2025-12-11 14:24:11 +11:00
parent 4c6aa97fd5
commit 633e438712
4 changed files with 47 additions and 6 deletions

View File

@@ -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