Skip to content
New issue

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

Support CONTINUE AFTER #2262

Open
JanEricNitschke opened this issue Mar 30, 2024 · 0 comments
Open

Support CONTINUE AFTER #2262

JanEricNitschke opened this issue Mar 30, 2024 · 0 comments
Labels
new feature New feature or request

Comments

@JanEricNitschke
Copy link

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

This currently does not seem to be supported by the extension, while GNUCobol compiles it just fine.

Cobol_Continue_After

@JanEricNitschke JanEricNitschke added the new feature New feature or request label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: backlog
Development

No branches or pull requests

1 participant