shithub: mc

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

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