shithub: rgbds

ref: 38a9a613da37d102a13585857bda2b314f8b12c6
dir: /test/asm/operator-precedence.asm/

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