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
For example: try-catch : %try_block, <BLDSyntaxException:ExceptionType>, %catch_block ;
It need: ExceptionType struct, release exit program when throwed exception.
Also we need create ThrowExpression: throw : <ValueException:ExceptionType>;
The text was updated successfully, but these errors were encountered:
For example:
try-catch : %try_block, <BLDSyntaxException:ExceptionType>, %catch_block ;
It need: ExceptionType struct, release exit program when throwed exception.
Also we need create ThrowExpression:
throw : <ValueException:ExceptionType>;
The text was updated successfully, but these errors were encountered: