shithub: rgbds

ref: c4361b965c965a1274fc43286c30c8769e8ebdd4
dir: /test/asm/operator-precedence.asm/

View raw version
	println 1 == 1 || 1 == 2
	println (1 == 1) || (1 == 2)