Changeset 206 for branches/interpreter2/UGeneratorPhp.pas
- Timestamp:
- Apr 20, 2020, 10:23:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/UGeneratorPhp.pas
r205 r206 190 190 GenerateBlockConst(ParentBlock, Block); 191 191 GenerateBlockFunctions(ParentBlock, Block); 192 if Block.BeginEnd.Commands.Count > 0 then 192 if Block.BeginEnd.Commands.Count > 0 then begin 193 193 GenerateBeginEnd(ParentBlock, Block.BeginEnd); 194 AddTextLine; 195 end; 194 196 end; 195 197
Note:
See TracChangeset
for help on using the changeset viewer.