bitwise operations

This commit is contained in:
2026-07-19 00:36:31 +02:00
parent f9448363e4
commit c7e3162ecb
21 changed files with 219439 additions and 140077 deletions
@@ -91,6 +91,12 @@
"-="
"*="
"/="
"&="
"|="
"xor="
"<<="
">>="
"<<|="
"=="
"!="
"<"
@@ -101,6 +107,11 @@
"-"
"*"
"/"
"~"
"xor"
"<<"
">>"
"<<|"
"!"
"&"
"@"