Binary Boolean.and/or added by patch of Sergey Ignatov

This commit is contained in:
Alex Tkachman
2011-12-14 13:17:57 +02:00
parent 9aaf20bc95
commit 7e969cf370
+4
View File
@@ -198,6 +198,10 @@ trait Hashable {
class Boolean : Comparable<Boolean> {
fun not() : Boolean
fun and(other : Boolean) : Boolean
fun or(other : Boolean) : Boolean
fun xor(other : Boolean) : Boolean
fun equals(other : Any?) : Boolean