adds Num.bitwiseAnd

This commit is contained in:
Celso Bonutti Filho 2020-12-20 19:55:10 -03:00
parent afd3991bc9
commit 0a24f3b4b4
9 changed files with 54 additions and 1 deletions

View file

@ -797,6 +797,7 @@ define_builtins! {
54 NUM_ATAN: "atan"
55 NUM_ACOS: "acos"
56 NUM_ASIN: "asin"
57 NUM_BITWISE_AND: "bitwiseAnd"
}
2 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias