Ignore:
Timestamp:
Apr 20, 2020, 10:23:44 AM (4 years ago)
Author:
chronos
Message:
  • Added: C# code generator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/UGeneratorPhp.pas

    r205 r206  
    190190  GenerateBlockConst(ParentBlock, Block);
    191191  GenerateBlockFunctions(ParentBlock, Block);
    192   if Block.BeginEnd.Commands.Count > 0 then
     192  if Block.BeginEnd.Commands.Count > 0 then begin
    193193    GenerateBeginEnd(ParentBlock, Block.BeginEnd);
     194    AddTextLine;
     195  end;
    194196end;
    195197
Note: See TracChangeset for help on using the changeset viewer.