issues
search
degory
/
ghul
compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4
stars
0
forks
source link
Allowing return from expression if
#1080
Closed
degory
closed
9 months ago
degory
commented
9 months ago
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
Enhancements:
Notes: