mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
278de3a92f
Allow for both syntaxes `x if cond else y` and `cond ? x : y` Removes the confusing semantics behind `?:` which could be `if` or `when` depending on the context.