Interpreted language Definition
Pretty Comment : Comment formatting language
Use tags to format text. Tags will be placed before the content. Tags can be
used at the line or global level. Line tags will override global styling only
on the specified line. Lines without style tags will use global settings.
Basic usage: <tag> <tag> content
Example: <center> hello world
Setting Vars
-----------------------------------------
<setLine(string)> sets the line characters
<setBox(string)> sets the box characters
<setBullet(String)> sets bullet icon/string
<setAfterNumber(string)> sets the text after the number
<setHeader(string)> sets the text for the header
<setFooter(string)> sets the text for the footer
<multStart(string)> sets the multi line start comment characters
<multStop(string)> sets the multi line stop comment characters
<single(string)> sets the single line start comment characters
<language(string)> sets the default values for specified language
<pad(int)> sets the left and right pad
<leftpad(int)> sets the left padding
<rightpad(int)> sets the right padding
<width(x)> sets the wrap length
<HFon> turns on headers and footer
<HFoff> turns off headers and footer
<singleON> turns same line comments on
<singleOFF> turns same line comments off
<multON> turns multiline comments on
<multOFF> turns multiline comments off
<setBorder(string)> sets the border character
Interpreter Commands
-----------------------------------------
<global>
<language(string)>
<ignore>
Centering
-----------------------------------------
<center> content
<centerline> content
padding
-----------------------------------------
<pad(x)>
<leftpad(x)>
<rightpad(x)>
numbering
------------------------------------------
<number>
<numberStart>
<numberStop>
Bulleting
------------------------------------------
<bullet>
<bulletStart>
<bulletStop>
Other styling
------------------------------------------
<line>
<line(x)>
<box>
<nobox>
<blank(x)>
<single>
<mult>
<setBorder(string)>