Files
2025-12-07 23:12:35 +01:00

4 lines
57 B
Plaintext

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