Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
is there any difference in writing: — Gideros Forum

is there any difference in writing:

piepie Member
edited September 2014 in General questions
Hi, I was wondering if there is any difference in writing the same function in different ways:
local function MyFunction ()
 --do something
end
or
local MyFunction = function () 
--do something 
end
Is one better than the other for any reason?
Thank you :)

P.

Comments

Sign In or Register to comment.