Do i = 1 to Lines._
 Call StrTrim Lines.i 'Command' "\r\n" STR_RIGHT

 If Command <> ';.' then
  Call Parser Command 'Control_flow',
       Processor Control_flow

  Iterate
 Else
  Leave
 ;
;
