Hacker News new | ask | show | jobs
by macintux 3308 days ago
Under the hood it's probably by reference, but the semantics are by value. By reference indicates that the original value can be changed in the called function.

I think. Not a language lawyer.