See this example: ``` >> type? '-> == #(word!) >> type? first [ -> ] ** Syntax error: invalid "word" -- "->" ** Near: (line 1) type? first [ -> ] ``` Both cases should return `word!`