module.exports = function(l){ ret = []; for(i in l){ ret.push(""+i+""); } return ret.join(" | "); }