Previous | Up | Next |
Rebuilds a text from a list of words (lines are separated by a 13,10 character sequence). Special character are processed as follow :Parameters
- 0 : \z
- 10 : \n
- space : \space
- \ : \\
- other special : \code (3 decimal digits)
S strbuild2 ( [[S r1] r1] _words_ )
Return value
_words_ list of lines, each line is a list of words
corresponding text