4 lines
No EOL
78 B
Text
4 lines
No EOL
78 B
Text
def main(field x) -> field {
|
|
field y = x + 2 == 3 ? 1 : 5;
|
|
return y;
|
|
} |