Some code movement

This commit is contained in:
2025-10-25 18:25:50 +02:00
parent 8f5d71a6b9
commit f6c031849f
4 changed files with 71 additions and 51 deletions

View File

@ -1,5 +1,5 @@
print("Starting loop: test 123")
for i = 1,10 do
for i = 1,5 do
print("i = ", i) -- we'll stop here
require("socket").sleep(1)
end