Local variables and global variables

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
pgimeno
Party member
Posts: 3550
Joined: Sun Oct 18, 2015 2:58 pm

Re: Local variables and global variables

Post by pgimeno »

The Lua manual says it pretty explicitly:
The statement

local function f () body end

translates to

local f; f = function () body end

not to

local f = function () body end
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 201 guests