Hello, My p9p awk, besides not having a manpage, also has a problem (plan9 version itself works fine, though):
;9 awk 'BEGIN {OFMT="%.0f"; print 17.23}'
17.23
;awk 'BEGIN {OFMT="%.0f"; print 17.23}'
17
Is p9p awk different from plan9's?!
Thanks
Ruda
