Files
jpdebug/test.lua
Joppe Blondel b0c582ba92 Initial commit
Working runner with stdout to view
2025-10-23 12:25:36 +02:00

6 lines
92 B
Lua

print("Starting loop: test 123")
for i = 1, 5 do
print("i =", i) -- we'll stop here
end