Numeric separator syntax: Difference between revisions

m
added whitespace and bullets.
(Added Quackery.)
m (added whitespace and bullets.)
Line 2:
 
Several programming languages allow separators in numerals in order to group digits together.
 
 
;Task:
Show the numeric separator syntax and describe its specification. E.g., what separators are eligible? Can there be multiple consecutive separators? What position can a separator be in? Etc.
 
 
;E.G.:
:*   What separators are eligible?
:*   Can there be multiple consecutive separators?
:*   What position can a separator be in?
:*   Etc.
<br><br>