Hacker News new | ask | show | jobs
by ethbr1 1040 days ago
> a leading zero in an integer literal means octal. It compiles and works out, because `7`, `07` and `0x07` happen to have the same value

That is a hilariously beautiful and simple example to communicate that.