shithub: rgbds

ref: 39c38f98387c3b8ad0a285c8cb5948f101d37ce3
dir: /test/asm/operator-precedence.asm/

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