Skip to content

v0.7.12

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 09:39
0aa1a15

Allowing return from expression if (#1080)

Enhancements:

  • Allow a return statement in final position in an if expression (see #1060)

Notes:

  • Return from a statement if short-circuits the expression and returns from the enclosing function