shithub: rgbds

ref: 5fd636ac4bc99c6efb8c7bbdcfeb1fa4e2d812db
dir: /test/asm/operator-precedence.asm/

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