Project

General

Profile

Previous Up Next

strbuild2
Rebuilds a text from a list of words (lines are separated by a 13,10 character sequence). Special character are processed as follow :
  • 0 : \z
  • 10 : \n
  • space : \space
  • \ : \\
  • other special : \code (3 decimal digits)


S strbuild2 (
[[S r1] r1] _words_
)
Parameters

_words_
list of lines, each line is a list of words
Return value

corresponding text