JasonSteving99/claro-lang

Support Multiple Procedure Return Statements

JasonSteving99 opened this issue · 1 comments

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.

This was completed after bdac600