shithub: rgbds

ref: d0346f42fdad3ec4f6c6652812829034ac10742d
dir: /test/asm/operator-precedence.asm/

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