Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 127 Bytes

File metadata and controls

8 lines (7 loc) · 127 Bytes

Numbers

_ is ignored in large numbers

long x = 123_456_789;
System.Console.WriteLine(x);

Output: 123456789