4 lines
No EOL
127 B
Text
4 lines
No EOL
127 B
Text
def main() -> field:
|
|
field a = 1f
|
|
field b = 1_f // allow underscore between the literal and the suffix
|
|
return a + b |