We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d42ab commit f44f637Copy full SHA for f44f637
standard/lexical-structure.md
@@ -763,7 +763,6 @@ The value of a real literal of type `float` or `double` is determined by using t
763
> 15D // double
764
> 19.73M // decimal
765
> 1.F // parsed as a member access of F due to non-digit after .
766
-> _1.2F // invalid; _1 is an identifier due to leading _
767
> 1_.2F // invalid; no trailing _ allowed in integer part
768
> 1._234 // parsed as a member access of _234 due to non-digit after .
769
> 1.234_ // invalid; no trailing _ allowed in fraction
0 commit comments