Files
Construction-of-Compilers/Project-02-03-04-05/triplaprograms/defSemiExample.tripla
Jan-Niclas Loosen 8a40cb2636 New project structure
2026-03-03 16:45:00 +01:00

4 lines
55 B
Plaintext

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