Code: Select all
local code = "broken" function love.update(dt) if code == "broken" then print("god is dead") elseif code ~= "broken" print("lmao as if that'll happen, it's def still broken") end end