shithub: mc

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

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