Hacker News new | ask | show | jobs
by Brian_K_White 652 days ago
It's more like if a ; was allowed somewhere else and had a different meaning there.

enum foo; blah ...;

2 comments

Perhaps a better example would be & referring to AND operations (logical and bitwise), but also being a unary operator for taking the address of a variable.
like parenthesis for functions, tuples and for denoting prioritized evaluation?