Bitshift
This commit is contained in:
@@ -38,6 +38,10 @@ const (
|
||||
BITWISE_XOR = "^"
|
||||
// BITWISE_NOT NOT
|
||||
BITWISE_NOT = "~"
|
||||
// LeftShift
|
||||
LEFT_SHIFT = "<<"
|
||||
// RightShift
|
||||
RIGHT_SHIFT = ">>"
|
||||
|
||||
//
|
||||
// Comparision operators
|
||||
|
||||
Reference in New Issue
Block a user