Hi Jochen,

>  I think !instanceof and !in are ok. The others... not sure here. Right 
>  now a*=b, which means !< is >=. And in this 
>  case I actually prefer >=. 

     Sometimes we write code like "!(a > b)", now we can write "a !> b"
instead, which is much close to our mind :)

Cheers,
Daniel.Sun





--
View this message in context: 
http://groovy.329449.n5.nabble.com/Negative-relational-operators-for-Groovy-3-tp5736809p5736816.html
Sent from the Groovy Dev mailing list archive at Nabble.com.

Reply via email to