boxgaming / qbjs

QBasic for the web
https://boxgm.itch.io/qbjs
MIT License
50 stars 9 forks source link

Switch to Bitwise operators (And, Or, Not) #113

Open boxgaming opened 1 month ago

boxgaming commented 1 month ago

Switch And, Or, and Not to use equivalent bitwise javascript operators in generated JS code. This will enable better compatibility with existing QB programs.