paragraph
 
 
 
: paragraph {
}

A paragraph is a cluster of text_part or concatenation tiles that are arranged vertically. You can construct paragraphs of running text either statically or at runtime. There is a margin around the paragraph as a whole.

The paragraph tile is defined in the base.dcl file.

The illustration above was generated with the following DCL:

: paragraph 
{
 : concatenation 
 {
 : text_part 
 {
 label = "One";
 }
 : text_part
 {
 label = "good turn";
 }
 }
 : text_part {
 label = "Deserves another";
 }
}