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
#32
int int int int = x int = float int 0 <------------- this is sick. the compiler will replace any 0 in code with the variable int x > 5
should error under the following rules:
=
The text was updated successfully, but these errors were encountered:
same problem with const declaration
const 0 = 1 wait 0 // guess the number?
Sorry, something went wrong.
No branches or pull requests
#32
should error under the following rules:
=
is allowed in initialization partThe text was updated successfully, but these errors were encountered: