Files
Jan-Niclas Loosen fe33668b5f Init next project
2025-11-11 14:40:50 +01:00

4 lines
57 B
Plaintext

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