Hello from Lua! print(os.date('%a %b %d %H:%M:%S %Z %Y')) Wed Feb 05 07:45:45 CET 2025 for i = 1,10 do print(i) end 1 2 3 4 5 6 7 8 9 10