shithub: mc

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

View raw version
use std
/* checks that evaluating a logical and to a bool works. should return 0. */
const main = {
	-> 0 && 1
}