Table tree for comments

 
//------------------------------------------------------------------------------------------------
//TABLE TREE 
// | Normal text tables with comments ------------------------------------------------------------
// |  | have text and
// |  | borders made of 
// |  |  | horizontal dash '-'
// |  |  | and vertical pipe '|'
// |  | are difficult to maintain in MetaEditor
// |  |  | right end pipe is often distorted
// | I offer another approach --------------------------------------------------------------------
// |  | keep only 
// |  |  | the left-hand pipes
// |  |  | and upper horizontal line
// |  | tabify text to structure it
// |  |  | pipify tabs
// | Good for-------------------------------------------------------------------------------------
// |  | note-taking 
// |  | making abstract
// |  |  | an article
// |  |  | book
// |  |  | text
// | Result is -----------------------------------------------------------------------------------
// |  | structured text with pipe tabs
// |  | in the form of a quazi-table
// |  | appealing to the eye
// |  |  | follow the pipe to find where you are
// |  | don't worry about the right side