Files
2026-01-16 13:50:04 +01:00

4 lines
57 B
Plaintext

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