Changeset 51 for branches/DelphiToC/Example.pas
- Timestamp:
- Aug 9, 2010, 3:50:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Example.pas
r50 r51 2 2 3 3 uses System, Crt; 4 5 type 6 TPoint = record 7 X: Integer; 8 Y: Integer; 9 end; 4 10 5 11 function Max(A, B: Byte): Byte; … … 18 24 sS: Byte; 19 25 D: Byte; 26 20 27 begin 21 28 WriteLn(A);
Note:
See TracChangeset
for help on using the changeset viewer.