branch.script (74B)
1 x : u64 = 0; 2 y : u64 = 1; 3 4 if (x y ==) { 5 return 1; 6 } else { 7 return 2; 8 }