shithub: mc

ref: 15ca5452fb19136fbcd6cddeefb6cafdfc2888b3
dir: /test/log-or.myr/

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