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/function.grnd

7 lines
71 B
Plaintext
Raw Normal View History

2025-12-08 11:08:08 +11:00
fun !dingus -string
return "dingus"
2025-12-02 09:00:21 +11:00
endfun
2025-12-06 11:50:42 +11:00
call !dingus &e
2025-12-06 14:35:13 +11:00
println $e