Skip to content
Prev 164860 / 398503 Next

Is = now the same as <- in assigning values

Wacek Kusnierczyk wrote:
... but this is also legal if you really hate <- :

foo({x = 2})
# assign to x, pass to foo as a

vQ