do local _exp_0 = value if "cool" == _exp_0 then print("hello world") end end do local _exp_0 = value if "cool" == _exp_0 then print("hello world") else print("okay rad") end end do local _exp_0 = value if "cool" == _exp_0 then print("hello world") elseif "yeah" == _exp_0 then local _ = [[FFFF]] + [[MMMM]] elseif (2323 + 32434) == _exp_0 then print("okay") else print("okay rad") end end local out do local _exp_0 = value if "cool" == _exp_0 then out = print("hello world") else out = print("okay rad") end end do local _exp_0 = value if "cool" == _exp_0 then out = xxxx elseif "umm" == _exp_0 then out = 34340 else out = error("this failed big time") end end do local _with_0 = something do local _exp_0 = _with_0:value() if _with_0.okay == _exp_0 then local _ = "world" else local _ = "yesh" end end end fix(this) call_func((function() local _exp_0 = something if 1 == _exp_0 then return "yes" else return "no" end end)()) do local _exp_0 = hi if (hello or world) == _exp_0 then local _ = greene end end do local _exp_0 = hi if "one" == _exp_0 or "two" == _exp_0 then print("cool") elseif "dad" == _exp_0 then local _ = no end end local _exp_0 = hi if (3 + 1) == _exp_0 or hello() == _exp_0 or (function() return 4 end)() == _exp_0 then return yello else return print("cool") end