Changeset 46 for branches/DelphiToC/Example.pas
- Timestamp:
- Aug 9, 2010, 11:22:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Example.pas
r44 r46 4 4 5 5 procedure Pokus(A: Byte); 6 var 7 S: Byte; 6 8 begin 9 WriteLn; 10 WriteLn; 7 11 end; 8 12 … … 26 30 A := 1; 27 31 if A = 2 then begin 32 A := 3; 28 33 end; 29 34 while A < 1 do A := A + 1;
Note:
See TracChangeset
for help on using the changeset viewer.