Files
Jan-Niclas Loosen fe33668b5f Init next project
2025-11-11 14:40:50 +01:00

4 lines
55 B
Plaintext

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