4 lines
No EOL
121 B
Text
4 lines
No EOL
121 B
Text
def main() -> (field):
|
|
field a = 42 // this is an end of line comment
|
|
// this is a full line comment
|
|
return a |