Function arguments

This commit is contained in:
2025-10-02 12:41:11 +10:00
parent 2a977707ee
commit 08d3c1545b
10 changed files with 148 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
fun dingus {
println "hello"
fun dingus in {
println $in
}
dingus
dingus "hi there"