Files
Construction-of-Compilers/Project-02-03/triplaprograms/defSemiExample.tripla
2025-12-07 23:12:35 +01:00

4 lines
55 B
Plaintext

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