Y
Hacker News
new
|
ask
|
show
|
jobs
by
protomyth
5192 days ago
I wouldn't have blinked if it was:
^ 2
since that is what is used in Smalltalk, but the left arrow makes me think I am missing what it should point to.
1 comments
JonnieCache
5192 days ago
In ruby you could just write
2
assuming you're at the end of a function. Coffeescript is the same iirc.
link