evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.04k stars 120 forks source link

Add ternary operator function #813

Closed evhub closed 8 months ago

evhub commented 8 months ago

Should add (if) = (cond, if_true, if_false) => if_true if cond else if_false.