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

Feature: after termination instructions return, break, continue do not allow other instructions #10

Closed
mrLSD opened this issue Nov 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mrLSD
Copy link
Owner

mrLSD commented Nov 4, 2023

Description

After termination instructions return, break, and continue do not allow other instructions.

Currently, all kinds of instructions are allowed after termination instructions.

This applies to statements:
🏁 function-body
🏁 if-body
🏁 else-if-body
🏁 loop-body

@mrLSD mrLSD self-assigned this Nov 4, 2023
@mrLSD mrLSD added the enhancement New feature or request label Nov 4, 2023
@mrLSD mrLSD added this to the v0.2.6 milestone Nov 4, 2023
@mrLSD mrLSD closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant