Which of the following is the assignment operator?
A
<-
B
->
C
=
D
==
Correct Answer: <-
The operators <- and = can be used, almost interchangeably, to assign to a variable in the same environment. The assignment operator is a left-pointing arrow, so creating and declaring variables looks like this: foo