8 lines
99 B
Plaintext
Raw Normal View History

// Test if conditional in CameLIGO
let%entry main (i : int) =
if i = 2 then
42
else
0