Project

General

Profile

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 :
  • 0 : \z
  • 10 : \n
  • space : \space
  • \ : \\
  • other special : \code (3 decimal digits)


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

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

corresponding text