shithub: rgbds

ref: 646fc62b89f10a9de203d3989a7e9a140557f88f
dir: /test/asm/operator-precedence.asm/

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