notepad-plus-plus/lexilla/test/examples/lua/Bug2205.lua.folded

6 lines
237 B
Plaintext
Raw Normal View History

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