shithub: rgbds

ref: 56071599e78bd1a437633ff967c01a4fd0919f37
dir: /test/asm/operator-precedence.asm/

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