``` (a b) >> "foo" ``` → works ``` ('a' 'b') >> "foo" ``` → `ERROR: Unexpected string at '('a' 'b')' in line 1`