[feature request] comparison operators?

Issue #725 duplicate
Mihai Ionescu created an issue

, <, <=, >=, ==, !=

they would be useful for many things, including creating functions like if()

//from ccalc
if(tf,a,b)=(tf!=0)*a+(tf==0)*b

it would be even smoother to have ternary operator like in c++

condition ? a : b

Comments (2)

  1. Log in to comment