-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error operator #1428
Comments
Thanks for the suggestion! |
With this, do we think an |
Something like that could be useful indeed! |
Do you have any preference for if it should have a String input or default string, and if default, what it should be? |
|
Operator for throwing a new error added in 5d8864a |
Issue type:
Short description:
An operator with the signature
String -> Any
that if triggered, will throw the given string as a standard error when hovering over the red X in a part trying to use the final card. Example usage would be:choice(bool, str, error(str)) :: Boolean -> String -- returns the string if bool is true, errors the string if bool is false
adding to Integrated Dynamics, it "would then also work in [Integrated Scripting]"
The text was updated successfully, but these errors were encountered: