tbas bugfix

This commit is contained in:
minjaesong
2021-12-02 09:31:55 +09:00
parent f6b0f65848
commit 0dc03cd7e1
3 changed files with 23 additions and 3 deletions

View File

@@ -1869,7 +1869,7 @@ bF._opPrc = {
// function call in itself has highest precedence
"`":10, // MJOIN
"^":20,
"*":30,"/":30,"\\":20,
"*":30,"/":30,"\\":30,
"MOD":40,
"+":50,"-":50,
"NOT":60,"BNOT":60,