Consider a call like x <- v
x <- v
the information to define the assignment within
x
v
<-
Optional
whether to quote the source (i.e., define x without a direct reference to v)
whether this is a super assignment (i.e., <<-)
<<-
Consider a call like
x <- v