shithub: kwa

ref: c153970394a8b04aa4eca9dee54d3a55e51606c9
dir: /test/t.format4/

View raw version
BEGIN {
text=sprintf ("%125s", "x")
print length (text)
print text
xxx=substr (text,1,105)
print length (xxx)
print xxx
exit
}