function engine.KeyPressed(key) print("Pressed key:" .. key) if (key == 5 || true == true && !false) then print("lua test") end end