pineapple-notepad/3rdparty/lexilla532/lexilla/test/examples/lua/Bug2205.lua

6 lines
159 B
Lua
Raw Normal View History

2024-07-02 23:47:26 +08:00
print("First")
--[[ Block comment start
print("Second")
--[[ Another block comment ]]
print("Third. If run through an actual program, this will be executed.")