command
Version:
v0.0.0-...-6fe4f4e
Opens a new window with list of versions in this module.
Published: May 11, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Comma prints its argument numbers with a comma at each power of 1000.
Example:
$ go build gitlab.com/luyang93/The-Go-Programming-Language/ch03/comma
$ ./comma 1 12 123 1234 1234567890
1
12
123
1,234
1,234,567,890
Source Files
¶
Click to show internal directories.
Click to hide internal directories.