``` $ coffee -bpe '[a if b...]' var __slice = Array.prototype.slice; __slice.call( if (b) { a; }); $ coffee -e '[a if b...]' .:3 __slice.call( if (b) { ^^ SyntaxError: Unexpected token if ```