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
For troubleshooting assistance, refer to the troubleshooting guide
According to the docs, throw should be a reserved word, but it's recognized as a variable.
throw
Type throw Error()
throw Error()
"throw" should be a reserved word to throw an error.
I'm working on ahk v2 with v6.4.3 extension.
ahk v2
v6.4.3
The text was updated successfully, but these errors were encountered:
mark-wiemer
No branches or pull requests
For troubleshooting assistance, refer to the troubleshooting guide
Description
According to the docs,
throw
should be a reserved word, but it's recognized as a variable.Reproduction steps
Type
throw Error()
Expected behavior
"throw" should be a reserved word to throw an error.
Additional context
I'm working on
ahk v2
withv6.4.3
extension.The text was updated successfully, but these errors were encountered: