Files
Construction-of-Compilers/Project-02/triplaprograms/simple_dfa.tripla
Jan-Niclas Loosen fe33668b5f Init next project
2025-11-11 14:40:50 +01:00

4 lines
43 B
Plaintext

let g(x, y) {
y = 3;
x
} in g(2)