shithub: rgbds

ref: a77b0b396a9e3c5dc96bf88ab79d43e98b8f3e10
dir: /test/asm/operator-precedence.asm/

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