shithub: rgbds

ref: 093631ca0b0c3a0db9e161d105c8b9fcac9e660e
dir: /test/asm/operator-precedence.asm/

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