shithub: mc

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

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