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
CONTINUE AFTER
The Cobol 2023 standard added syntax to extend CONTINUE to CONTINUE AFTER arithmetic-expression SECONDS which enables a sleep: https://en.wikipedia.org/wiki/COBOL#COBOL_2023 https://stackoverflow.com/a/61886270/7895542
CONTINUE
CONTINUE AFTER arithmetic-expression SECONDS
This currently does not seem to be supported by the extension, while GNUCobol compiles it just fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Cobol 2023 standard added syntax to extend
CONTINUE
toCONTINUE AFTER arithmetic-expression SECONDS
which enables a sleep:https://en.wikipedia.org/wiki/COBOL#COBOL_2023
https://stackoverflow.com/a/61886270/7895542
This currently does not seem to be supported by the extension, while GNUCobol compiles it just fine.
The text was updated successfully, but these errors were encountered: