Word wrap: Difference between revisions

No change in size ,  12 years ago
m
→‎{{header|REXX}}: corrected wording in a stuttering comment. -- ~~~~
m (→‎{{header|REXX}}: correct for the case of the 1st word being too long/wide for the output line, also added more comments and whitespace. -- ~~~~)
m (→‎{{header|REXX}}: corrected wording in a stuttering comment. -- ~~~~)
Line 333:
txt=; $=; justify=width<0; width=abs(width)
 
do j=0 while lines(fileID)\==0 /*read from untilthe file until E-O-F. */
txt=txt linein(fileID)
end