Files
Construction-of-Compilers/Project-02-03-04/triplaprograms/p4.tripla
2026-01-16 13:50:04 +01:00

4 lines
57 B
Plaintext

let func(a,b) {
a = b + 1
}
in func(10, 8)