Exemplo n.º 1
0
 equal_string(KurumiString value)
 {
     return(new KurumiNumber(value.s.ToString() == s.ToString()));
 }
Exemplo n.º 2
0
 lthan_string(KurumiString value)
 {
     throw new Exception("The value can not be compared with this type: " + type);
 }