//Return statements outside of functions
if 1<2 then return 1; else return 2; fi;
while 1 < 5 do return 1; end;