shithub: rgbds

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

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