3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
let main = (i : int) =>
|
|
if (((i == 2) : bool)) { (42 : int); } else { (0 : int); };
|