shithub: mc

ref: 231f122bcbc9010decfaae7942916d7ce948767d
dir: /test/log-or.myr/

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