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

 If Command = ';.' then
  Leave
 Else
  Call Parser Command 'Control_flow',
       Processor Control_flow

  Iterate
 ;
;
