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 conditional expressions #97

Merged
merged 7 commits into from
Feb 15, 2024
Merged

Conversation

Gusarich
Copy link
Member

@Gusarich Gusarich commented Nov 28, 2023

closes #94

not sure but maybe we should make the syntax like VAL if COND else OTHER_VAL instead of COND ? VAL : OTHER_VAL for simplicity

@anton-trunov
Copy link
Member

Could you rebase this PR on top of main to trigger CI?

@anton-trunov anton-trunov changed the title add ternary operator Add conditional expressions Nov 30, 2023
@anton-trunov anton-trunov added this to the v1.2.0 milestone Nov 30, 2023
@anton-trunov anton-trunov self-assigned this Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conditional (ternary) expression
2 participants