3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
let f(x) {
|
|
x = 1
|
|
} in if (( x = f(1)) == 1) then 1 else 0 |
let f(x) {
|
|
x = 1
|
|
} in if (( x = f(1)) == 1) then 1 else 0 |