shithub: rgbds

ref: 0c8cdd92d6b160f06885a52c037f421031bdede9
dir: /test/asm/operator-precedence.asm/

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