I'm learning how to use the LOVE engine, which uses Lua, but this engine cannot identify an error about, you know, if you need to do this:
if value=1 then
or
if value==1 then
to the engine identify a variable, so I'm asking this to prevent errors.