shithub: rgbds

ref: 19c85a7c2e2063f2d42cff9a5b1a8ce0c660c61e
dir: /test/asm/operator-precedence.asm/

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