shithub: rgbds

ref: 60019cf47611ff85608ba8f91bc50961cd9a7f33
dir: /test/asm/operator-precedence.asm/

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