shithub: rgbds

ref: 6be3584467ee5b56d7c7f857f8cbc70cd460d411
dir: /test/asm/operator-precedence.asm/

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