Y
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
dwattttt
652 days ago
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.
link
kitkat_new
652 days ago
like parenthesis for functions, tuples and for denoting prioritized evaluation?
link