shithub: rgbds

ref: 55a02981b51b8fba92bd4ebb19956dac46cff561
dir: /test/asm/operator-precedence.asm/

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