shithub: rgbds

ref: 5108c5643cbcab4463c831c44c83a18298edf4cc
dir: /test/asm/operator-precedence.asm/

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