shithub: rgbds

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

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