New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more detail about implicit return #388
Comments
|
I hope than in a future v6.x the non r-value phasers will be in some way re-moved/hidden/separated from the compiled execution tree of the block. |
|
Agreed, this tripped me up. To my eye, |
|
I think this may fit our traps page. I've been banging my head against this issue a couple of times. |
|
So the position here is to add something to the traps page, right? |
|
@JJ I think so, yes. |
|
OK, I self-assign it, please feel free to help. |
|
@JJ any progress? |
|
Not really. I'll de-assign it, just in case you want to work on it. |
For instance, note that { "ret"; CATCH { default {} } } will not return "ret" which may be
counter-intuitive to some.
The text was updated successfully, but these errors were encountered: