shithub: rgbds

ref: 4216f0a9b0bd08d66ecb50e453d22a5d8c23da6b
dir: /test/asm/operator-precedence.asm/

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