Hacker News new | ask | show | jobs
by mrr54 2288 days ago
To use a trivial example:

    int free;
1 comments

care to explain which language this doesn't work in (and why)? I'm curious. AFAIK, `free` isn't a keyword in either language and this is just declaring an int variable with a legal identifier (but not initializing it).