Full syntax :
    #Table [Columns | Lines] no
    Some lines
    of text
    #Endtable
    

The lines between #Table and #Endtable are ordered in columns so that the given number of columns or lines is reached. If neither Columns or Lines are given, then Columns is assumed.

No # commands or comments can appear in the text, and one should be careful with "{}" commands.

Example:
#Table Lines 2
These
Words
Will
Be
Ordered
In
4
Columns
#Endtable