are there any functional/scope differences between how these 2 functions (bar1, bar2) are defined?
[code]
local foo = function(params)
local bar1 = function()
print(“bar1!”)
end
function bar2()
print(“bar2!”)
end
end
[/code] [import]uid: 107352 topic_id: 18748 reply_id: 318748[/import]