shithub: rgbds

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

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