Changeset 14 for branches/DelphiToC/Example.pas
- Timestamp:
- Apr 9, 2009, 11:04:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Example.pas
r12 r14 4 4 B: Byte; 5 5 begin 6 A := 'a' + (10 + 2 * 3 + 2) xor 10 / 2; 7 B := 20; 8 while A < 10 do A := A + 1; 9 6 A := 1; 10 7 end;
Note:
See TracChangeset
for help on using the changeset viewer.