6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
|
0 400 0 print("First")
|
||
|
2 400 0 + --[[ Block comment start
|
||
|
0 401 0 | print("Second")
|
||
|
0 401 0 | --[[ Another block comment ]]
|
||
|
0 400 0 print("Third. If run through an actual program, this will be executed.")
|
||
|
0 400 0
|