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

6 lines
159 B
Lua

print("First")
--[[ Block comment start
print("Second")
--[[ Another block comment ]]
print("Third. If run through an actual program, this will be executed.")