shithub: mc

ref: dd20049d283a34e86e328fdd132ab13526fcaa0b
dir: /test/log-or.myr/

View raw version
/* checks that evaluating a logical or works. exits with 1. */
const main = {
	-> 0 || 1
}