4 lines
No EOL
58 B
Text
4 lines
No EOL
58 B
Text
def main() -> (field):
|
|
field a
|
|
field b = a + 1
|
|
return b |