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

'do nothing' inconsistency #3

Closed
ParsleyJ opened this issue Mar 31, 2023 · 1 comment
Closed

'do nothing' inconsistency #3

ParsleyJ opened this issue Mar 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ParsleyJ
Copy link
Contributor

The possibility of using nothing right after the keyword do in the same line of the header of a procedural operation (i.e., procedures, functions, event handlers) is currently inconsistent.

For example, it is possible to write:

on message failure do nothing

But it is not possible to write:

procedure myProc do nothing
@ParsleyJ ParsleyJ added the bug Something isn't working label Mar 31, 2023
@ParsleyJ
Copy link
Contributor Author

Fixed by 54c8268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant