-
Notifications
You must be signed in to change notification settings - Fork 1
Closed as not planned
Labels
dsl 🗒️Issues regarding the domain specific programming languageIssues regarding the domain specific programming languagewontfixThis will not be worked onThis will not be worked on
Description
Is your feature request related to a problem? Please describe.
The yield statement is use to pass a value to a result port. It does not end the function and it still runs until the end.
Describe the solution you'd like
A return statement could be added to stop execution of the program prior to reaching the end of the block. It should not assign anything to results but simply stop the function execution.
Additional context
Useless without branching.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dsl 🗒️Issues regarding the domain specific programming languageIssues regarding the domain specific programming languagewontfixThis will not be worked onThis will not be worked on
Type
Projects
Status
✔️ Done