shithub: rgbds

ref: 4363ffcad480775e9cb9b546ac4b53975ed3a77c
dir: /test/asm/operator-precedence.asm/

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