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