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

Ternary Operator #12

Open
PokeJofeJr4th opened this issue Jun 30, 2023 · 0 comments
Open

Ternary Operator #12

PokeJofeJr4th opened this issue Jun 30, 2023 · 0 comments
Labels
suggestion not in official documentation quite yet

Comments

@PokeJofeJr4th
Copy link
Owner

condition ~? is_true ~; isnt_true ~: is_maybe
condition ~? is_true ~; is_false!
condition ~? is_true ~~ is_maybe!
condition ~; is_false ~~ is_maybe!
condition ???
    :: if_true
    ::: if_false
    :::: if_maybe
@PokeJofeJr4th PokeJofeJr4th added the suggestion not in official documentation quite yet label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion not in official documentation quite yet
Projects
None yet
Development

No branches or pull requests

1 participant