3 lines
86 B
Text
3 lines
86 B
Text
let inner =
|
|
if ((x =? 0)) then { if ((y =? 1)) then { 0 } else { 1 } }
|
|
else { 2 }
|