Support Multiple Procedure Return Statements
JasonSteving99 opened this issue · 1 comments
JasonSteving99 commented
Currently procedures only support a single return statement at the very end of the body, but we should support arbitrarily placed return statements to make control flow much easier.
JasonSteving99 commented
This was completed after bdac600