1 2 3 4 5 6 7
if a then if not b then return print("hi") elseif c then return print("not hi") end end