LuaComp/tests/lua_test.lua

3 lines
51 B
Lua
Raw Normal View History

@[[for i=1, 10 do]]
print("hello @[{i}]")
@[[end]]