Files
kyn/tests/func.kyn
2025-10-02 12:41:11 +10:00

6 lines
50 B
Plaintext

fun dingus in {
println $in
}
dingus "hi there"