shithub: rgbds

ref: 97965c9766e689ccacd30faff48070bb7aafd812
dir: /test/asm/operator-precedence.asm/

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