Changeset 43 for branches/DelphiToC/Example.pas
- Timestamp:
- Aug 5, 2010, 4:17:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Example.pas
r42 r43 1 1 program Test; 2 3 uses System, Crt; 2 4 3 5 procedure Pokus(A: Byte); … … 26 28 end; 27 29 while A < 1 do A := A + 1; 30 31 32 { 33 Block comment 2 34 } 35 WriteLn; 28 36 end.
Note:
See TracChangeset
for help on using the changeset viewer.