Hello from Lua! print(os.date('%a %b %d %H:%M:%S %Z %Y')) Tue Aug 26 20:45:18 CEST 2025 for i = 1,10 do print(i) end 1 2 3 4 5 6 7 8 9 10