Ignore:
Timestamp:
Aug 5, 2010, 3:13:03 PM (14 years ago)
Author:
george
Message:

Enhanced C code generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Example.pas

    r41 r42  
    1111  B: Byte;
    1212  sS: Byte;
     13  D: Byte;
    1314begin
    1415  WriteLn;
    1516  begin
     17    WriteLn;
     18    Pokus;
     19    dsd;
    1620    begin
     21      WriteLn;
    1722    end;
    1823  end;
    1924  A := 1;
    20   While A < 1 do A := A + 1;
     25  if A = 2 then begin
     26  end;
     27  while A < 1 do A := A + 1;
    2128end.
Note: See TracChangeset for help on using the changeset viewer.