shithub: rgbds

ref: 97c326942f7f558fc994b19e21920bee719c3fc0
dir: /test/asm/operator-precedence.asm/

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