shithub: mc

ref: 7f27f8b727a213779d07a68a5ca4e0bc8893d761
dir: /test/log-or.myr/

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