~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/uplus.awk

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BEGIN {
2
 
   print "01" + 0
3
 
   print +"01"
4
 
   print -"01"
5
 
}