global

def pipe_token?(token)

def pipe_token?(token)
  token.type == :on_op && token.string == '|'
end