Answers for "if multiple conditions lua"

Lua
0

if multiple conditions lua

myVariable = tonumber(myVariable)

if (100000 >= myVariable and myVariable >= 80000) then
    display.remove(myImage)
end
Posted by: Guest on February-11-2021

Code answers related to "if multiple conditions lua"

Browse Popular Code Answers by Language