shithub: rgbds

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

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