setup.logic_and = (n1,n2) => n1*n2; setup.logic_or = (n1,n2) => Math.max(1,n1+n2);