1
0
forked from ground/ground-old
This repository has been archived on 2026-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground_old_fork/tests/uhoh.grnd

8 lines
188 B
Plaintext
Raw Normal View History

2025-12-11 14:24:11 +11:00
fun !dingle -int -function &in -int &counter
add 1 $counter &counter
println "We are" $counter "iterations deep"
call !in $in $counter &out
2025-12-11 13:07:37 +11:00
endfun
2025-12-11 14:24:11 +11:00
call !dingle $dingle 0 &out