You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon further investigation this is an obsolescent feature. This is an alternate return form for a subroutine to branch to a label on exit for error handling. We should not be doing anything extra at this time to support if (<condition>) return <scalar-int-expr>
Handle the case when
return
is followed by scalar expression on one-lineif
.e.g.,
The text was updated successfully, but these errors were encountered: