Changeset 11 for trunk/Example.pas
- Timestamp:
- Jun 20, 2008, 9:55:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Example.pas
r10 r11 3 3 A: Byte; 4 4 begin 5 A := 10; 5 A := 'a' + (10 + 2) * 3 xor 10 / 2; 6 while A < 10 do A := A + 1; 6 7 end;
Note:
See TracChangeset
for help on using the changeset viewer.