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
Reference : https://docs.progress.com/bundle/abl-reference/page/Array-reference.html
Example code :
DEFINE VARIABLE myArray AS INTEGER EXTENT 4 NO-UNDO INITIAL [10,11,12,13]. DISPLAY myArray[1 FOR 4].
gets parsed as an error:
The text was updated successfully, but these errors were encountered:
Registered: usagi-coffee/tree-sitter-abl#107
Sorry, something went wrong.
Fixed with: #309
eglekaz
No branches or pull requests
Reference : https://docs.progress.com/bundle/abl-reference/page/Array-reference.html
Example code :
gets parsed as an error:

The text was updated successfully, but these errors were encountered: