shithub: rgbds

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

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