Y
Hacker News
new
|
ask
|
show
|
jobs
by
randomswede
1382 days ago
So if I understand this correctly, "a + b" is syntactic sugar for "a.+(b)" (modulo the exact name of the method)?
1 comments
munificent
1381 days ago
Yes, exactly. Basically everything is method calls.
link