Compiler: Support continue return in nested expressions. This makes code like the following work: return 17 + gauge { continue return 1; };