shithub: rgbds

ref: 8230e8165ca159736906e3bb33321800b360b061
dir: /test/asm/operator-precedence.asm/

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