How do you forward reference a function or variable? eg
local function A ()
if B (value) == …
end
local function B ()
end
I’m sure I read of a way to do this when first reading up on LUA but can’t find anything now.
[import]uid: 3093 topic_id: 18522 reply_id: 318522[/import]