Ignore:
Timestamp:
Aug 9, 2010, 3:50:42 PM (14 years ago)
Author:
george
Message:

Renamed some files.
Added support for custom record types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Example.pas

    r50 r51  
    22
    33uses System, Crt;
     4
     5type
     6  TPoint = record
     7    X: Integer;
     8    Y: Integer;
     9  end;
    410
    511function Max(A, B: Byte): Byte;
     
    1824  sS: Byte;
    1925  D: Byte;
     26 
    2027begin
    2128  WriteLn(A);
Note: See TracChangeset for help on using the changeset viewer.