azos icon indicating copy to clipboard operation
azos copied to clipboard

Use _ character as optional digit separator in Laconic

Open itadapter opened this issue 3 years ago • 1 comments

a=1_000_000
{
   b=2_000
}

itadapter avatar Feb 03 '21 01:02 itadapter

This would need to be parsed by value accessors, such as ulong.Parse() which do not support it presently

zhabis avatar May 20 '21 23:05 zhabis