shithub: rgbds

ref: 01777c96c8b074d9587045f271a9edc0e19b718d
dir: /test/asm/operator-precedence.asm/

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