github.com/benhoyt/goawk@v1.8.1/testdata/gawk/uplus.awk (about) 1 BEGIN { 2 print "01" + 0 3 print +"01" 4 print -"01" 5 }