compareTo

This commit is contained in:
Andrey Breslav
2011-03-15 18:10:17 +03:00
parent 69f40ac81e
commit 469f02ef5a
3 changed files with 15 additions and 11 deletions
@@ -59,5 +59,8 @@ fun <T> tt(t : T) : T {
`inc`++y
`dec`--y
y`dec`--
1 `std::Int.compareTo(Double)`> 2.0
1 `std::Int.compareTo(Double)`< 2.0
1 `std::Int.compareTo(Double)`>= 2.0
1 `std::Int.compareTo(Double)`<= 2.0
}