Skip to content
Prev 173633 / 398502 Next

Is there any difference between <- and =

Alan Zaslavsky wrote:
indeed;  i have argued (i think...) for treating them as equals, the
vhoice being a matter of taste.
sure they are.  you assign (or not, depending on whether the arguments
are actually used) to function-call-local variables, that is, the
function's parameters.
ha!  cool.
even worse if the code is processed in some way that might remove
spaces, thus turning < - into <-.
:)
by that time r programs will be scanned directly from your head, i
suppose, and the intelligent scanner will as gladly take <- as it will
=, so the problem will rather vanish.

vQ