| ... | ... | @@ -20,3 +20,8 @@ we can either treat identifiers containing only underscores as lowercase names o |
|
|
|
|
|
|
|
|
|
|
|
The leading underscore convention is not only useful as a way to suppress warnings, but as a form of documentation that we expect a name to be unused so being able to use it in these cases would be helpful.
|
|
|
|
|
|
|
|
## implementations
|
|
|
|
|
|
|
|
|
|
|
|
Caseless underscore is implemented in nhc98 by default, H'98 behaviour requires the -underscore option. |