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