~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/commas.awk

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BEGIN {
2
 
        printf("%'d\n",123456789)
3
 
        printf("%'f\n",123456789)
4
 
}