Changed bit field syntax to use an & symbol
This commit is contained in:
@@ -5,8 +5,8 @@ objt ro Basic:Obj
|
||||
ro this:Basic
|
||||
|
||||
objt ro BitFields:Obj
|
||||
ro that:Int:1
|
||||
ro this:Int:24 298
|
||||
ro that:Int & 1
|
||||
ro this:Int & 24 298
|
||||
|
||||
objt ro Init:Obj
|
||||
ro that:String "hello world"
|
||||
|
||||
Reference in New Issue
Block a user