shithub: mc

ref: 29ce560862d68477b95bc6d1898facadc5421ffa
dir: /test/log-or.myr/

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