Added toolbar with start and stop button

This commit is contained in:
2025-10-23 21:27:46 +02:00
parent 232d05d244
commit 7b822746d3
6 changed files with 131 additions and 17 deletions

View File

@ -1,5 +1,8 @@
local socket = require 'socket'
print("Starting loop: test 123")
for i = 1, 4 do
for i = 1,100 do
socket.sleep(0.5)
print("i =", i) -- we'll stop here
end
print("Yaaayyyy it works perfectly fine :)")