This commit is contained in:
Igor 2016-03-18 20:35:06 +03:00
parent e21bdf6c9c
commit 98fdfa6729

View File

@ -4,7 +4,7 @@ while true do
local eventData = { event.pull() }
print("Ивент: " .. tostring(eventData[1]))
for i = 2, #eventData do
print("Аргумент " .. (i) .. ": " .. tostring(eventData[i]))
print("Аргумент" .. (i) .. ": " .. tostring(eventData[i]))
end
print(" ")
end