Probably use a , in radix 10 or underscore in other radices. We will have an option to turn this on (it will be off by default, to avoid confusion with function arguments).
Currently, I am only considering this as an output option. This issue does NOT propose any changes to the parser or input mechanisms.
Side note: In Radix 10, we should group three digits together. In other radices, we should group 4 digits together, since that's more consistent with how we usually work with binary and hex values.
Probably use a
,
in radix 10 or underscore in other radices. We will have an option to turn this on (it will be off by default, to avoid confusion with function arguments).Currently, I am only considering this as an output option. This issue does NOT propose any changes to the parser or input mechanisms.