shithub: rgbds

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

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