The R Project SVN R

Rev

Rev 21048 | Rev 24300 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21048 Rev 21816
Line 22... Line 22...
22
    \code{&  &&}\tab and\cr
22
    \code{&  &&}\tab and\cr
23
    \code{| ||}\tab or\cr
23
    \code{| ||}\tab or\cr
24
    \code{~}\tab as in formulae\cr
24
    \code{~}\tab as in formulae\cr
25
    \code{-> ->>}\tab rightwards assignment\cr
25
    \code{-> ->>}\tab rightwards assignment\cr
26
    \code{=}\tab assignment (right to left)\cr
26
    \code{=}\tab assignment (right to left)\cr
27
    \code{<-  _  <<-}\tab assignment (right to left)\cr
27
    \code{<- <<-}\tab assignment (right to left)\cr
28
    \code{?}\tab help (unary and binary)\cr
28
    \code{?}\tab help (unary and binary)\cr
29
  }
29
  }
30
  Within an expression operators of equal precedence are evaluated
30
  Within an expression operators of equal precedence are evaluated
31
  from left to right except where indicated.
31
  from left to right except where indicated.
32
 
32