shithub: mc

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

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