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

Add try/catch to control flow #718

Open
tourdedave opened this issue Jun 13, 2019 · 2 comments
Open

Add try/catch to control flow #718

tourdedave opened this issue Jun 13, 2019 · 2 comments

Comments

@tourdedave
Copy link

🚀 Feature Proposal

Add try / catch to control flow.

Motivation

To round out the feature set.

Example

try
  command
  command
  command
catch
  command you wan to run if there's an error
end
@corevo
Copy link
Member

corevo commented Jun 13, 2019

We should also add break and continue

@corevo
Copy link
Member

corevo commented Jun 13, 2019

With those we can also merge #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants