Word wrap: Difference between revisions

Content deleted Content added
→‎version 1: used a stemmed array instead of a long character string, faster, but more complex and harder to follow than version 0. -- ~~~~
m →‎version 1: removed a vestigual REXX statement. -- ~~~~
Line 1,583:
end /*DO words(_)*/
end /*j*/
call time 'R'
if j==0 then call err 'file' iFID "not found."
if n==0 then call err 'file' iFID "is empty (or has no words)"