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

Yes, exactly. Basically everything is method calls.