shithub: rgbds

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

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