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
Keywords, such as if, must be lower case. The compiler should treat upper-case variants of keywords as identifiers.
if
There is one mixed-case keyword, the infix operator notElem.
notElem
Scientific notation may appear in either case. For example, 1e2 and 1E2 are both valid.
1e2
1E2
The text was updated successfully, but these errors were encountered:
Fixed in 1367970.
Sorry, something went wrong.
No branches or pull requests
Keywords, such as
if
, must be lower case. The compiler should treat upper-case variants of keywords as identifiers.There is one mixed-case keyword, the infix operator
notElem
.Scientific notation may appear in either case. For example,
1e2
and1E2
are both valid.The text was updated successfully, but these errors were encountered: