Ejemplo n.º 1
0
 goreq(KurumiValue other)
 {
     return(other.lthan_number(this).negation());
 }
Ejemplo n.º 2
0
 lthan(KurumiValue other)
 {
     return(other.lthan_number(this));
 }