ref: 18f3c8ff9aa4e0b7cf4c565dbc585b53f3c5efdb dir: /test/asm/operator-precedence.asm/
print: MACRO printv \1 printt "\n" ENDM print 1 == 1 || 1 == 2 print (1 == 1) || (1 == 2)