shithub: rgbds

ref: 1a1f1365e66e17610aaf65d73ce974b0fb556396
dir: /test/asm/operator-precedence.asm/

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