shithub: rgbds

ref: 3afa6b5a5a1711fa072f4d5e6f25fcb23070e473
dir: /test/asm/operator-precedence.asm/

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