Hacker News new | ask | show | jobs
by ScottBurson 3638 days ago
I think the weirdest thing old Fortran did was to let you pass a constant by reference to a subroutine, which could therefore change its value.
1 comments

PHP let's you change a constant in a subclass. Doesn't seem right.