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