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