|
|
|
|
|
by nene
5374 days ago
|
|
Well, in PHP you already have a mandatory '()' at the end of function call - so it's pretty hard to confuse the two. Additionally if your language has first class functions, it would feel kind of strange if names of some functions started with $ and others without it. |
|