shithub: rgbds

ref: 3f70372308167399b4e6fd6bfef9d93bc93221fb
dir: /test/asm/operator-precedence.asm/

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