We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$RAISE
As a developer using Gismo macros, I want a function named $RAISE that allows me to do the following:
$RAISE(2 + 3, "This section of code is causing an error!")
This should output:
Error: This section of code is causing an error! someFile.gsm: 1: $RAISE(2 + 3, "This section of code is causing an error!") ^ ^ ^
This functionality will enable me to generate clear and comprehensive error messages that are easy for users to understand.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a developer using Gismo macros, I want a function named $RAISE that allows me to do the following:
This should output:
This functionality will enable me to generate clear and comprehensive error messages that are easy for users to understand.
The text was updated successfully, but these errors were encountered: