Files
2026-01-16 13:50:04 +01:00

4 lines
55 B
Plaintext

let a(x) {x}
b(y) {y}
c(z) {z}
in a(1); b(2); c(3)