Add bits or and bits xor command (#6190)

This commit is contained in:
Justin Ma
2022-07-31 02:26:37 +08:00
committed by GitHub
parent 0e2c888f73
commit 6a4eabf5c7
6 changed files with 238 additions and 2 deletions

View File

@ -212,6 +212,8 @@ pub fn create_default_context() -> EngineState {
Bits,
BitsAnd,
BitsNot,
BitsOr,
BitsXor,
}
// Bytes