From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 22 Jul 93 11:24:51 GMT From: pipex!sunic!news.lth.se!dag@uunet.uu.net (Dag Bruck) Subject: Underscore ("_") in numeric literals Message-ID: <22lte3$nqm@nic.lth.se> List-Id: I would like to know to what extent people use undescore ("_") characters in numeric literals, e.g., "100_000". Please send me your opinions, etc. I would be particularly grateful if people could point me to Ada source archives so I can make some simple statistical analysis of real code, or if you would like to "grep" your own code and let me know what you got. The reason is that the C++ standardization committees have received a proposal to allow "_" in numeric literals. We are interested in some sort of indication if people find this feature useful, and if it is commonly used in languages that have it. If nobody uses "_" there is no reason to add it to C++, and if it provides a significant improvement in readability, C++ could use all the help it can get :-) Thanks for your help, Dag Bruck