Files
kyn/tests/func.kyn

6 lines
50 B
Plaintext
Raw Normal View History

2025-10-02 12:41:11 +10:00
fun dingus in {
println $in
2025-10-01 13:43:08 +10:00
}
2025-10-02 12:41:11 +10:00
dingus "hi there"