local test = 11 if test == 10 then print("first") elseif test == 11 then print("second") else print("third") end print("after")