Closed JackEdTaylor closed 2 years ago
The assignment operator can assign in two directions at once - could be cool to show if not too confusing?
The assignment operator can even assign in both directions, to two variables at once
c <- 3 -> d c d
[1] 3 [1] 3
Twice at once is a little much, but done :)
The assignment operator can assign in two directions at once - could be cool to show if not too confusing?
The assignment operator can even assign in both directions, to two variables at once