``` $ coffee -e 'a = [6, 9]; console.log 9 in [3, a...]' false $ coffee -bpe 'a in [b, c...]' a === b || a === c; ```