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
currently this code does not compile:
const arr = 1@ arr(0@,1i) = 0
this code, however, does:
int arr[1] arr[0@] = 0
https://github.com/sannybuilder/dev/wiki/Grammar#arrays
The text was updated successfully, but these errors were encountered:
also works with opcode
0004: arr(0@,1i) = 0
Sorry, something went wrong.
does not work with float and string arrays
const arr = 1@ arr(0@,1f) = 0.0
const arr = 1@ arr(0@,1s) = ''
fixed in 4.0.0
No branches or pull requests
currently this code does not compile:
this code, however, does:
https://github.com/sannybuilder/dev/wiki/Grammar#arrays
The text was updated successfully, but these errors were encountered: