shithub: kwa

ref: 681f270acd130d2c0d6aa78e1caf9dc3a1fcc3fb
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
}