shithub: mc

ref: 25e411cf4abf1437c5e7bfebbe8e1190a921d2dd
dir: /test/log-or.myr/

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