Added in bitwise operators
This commit is contained in:
@@ -6,3 +6,6 @@ We'll find out.
|
||||
34
|
||||
woo not
|
||||
false
|
||||
7
|
||||
6
|
||||
1
|
||||
|
||||
@@ -20,4 +20,7 @@ fun main(): int {
|
||||
if ( z > 20 && !boolean)
|
||||
simple_print::println("woo not")
|
||||
simple_print::println('b' == 'a')
|
||||
println(3|5)
|
||||
println(3^5)
|
||||
println(3&5)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user