Skip to content
Prev 175803 / 398503 Next

Definition of = vs. <-

Martin Morgan wrote:
this error does not make sense to me...  if the precedence is as the
parentheses suggest, the error should be like in

    (x <- y)
    # error: object 'y' not found

vQ