3 lines
No EOL
83 B
Text
3 lines
No EOL
83 B
Text
def main(field x) -> (field):
|
|
field y = if x + 2 == 3 then 1 else 5 fi
|
|
return y |