shithub: rgbds

ref: 96bce05be2d899fda544a480672cdf76c6737468
dir: /test/asm/operator-precedence.asm/

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