You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flags will be changed to uints. The operator determines how the 4 bytes are evaluated. <,>,<=,>= all check for numeric value, while &, |, and ^ are boolean/flag values. == is special and will check for equality regardless of the data type.
Most notably allow for Ints to be stored in the same fashion as flags currently are.
The text was updated successfully, but these errors were encountered: