Files
Construction-of-Compilers/Project-02/triplaprograms/multiple-let-with-same-func-name.tripla
Jan-Niclas Loosen fe33668b5f Init next project
2025-11-11 14:40:50 +01:00

1 line
41 B
Plaintext

let m(a){a} in m(5);let m(b){b+1} in m(5)