Posted 08 August 2012 - 06:36 PM
Hi,
what is the difference between
and
I've seen both so far and they both work but what is the difference?
what is the difference between
function a()
print("test")
end
and
a = function()
print("test")
end
I've seen both so far and they both work but what is the difference?