Files
Construction-of-Compilers/Project-02-03-04-05/triplaprograms/funcInIf.tripla
T
Jan-Niclas Loosen 5469a7e825 Finish last project
2026-04-21 18:26:15 +02:00

3 lines
61 B
Plaintext

let f(x) {
x = 1
} in if (( x = f(1)) == 1) then 1 else 0