Changeset 20 for branches/Pascal Compiler 2
- Timestamp:
- Sep 8, 2009, 2:01:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Pascal Compiler 2/Example.pas
r16 r20 15 15 var 16 16 StringList: TStringList; 17 Text : string;17 Texts: string; 18 18 begin 19 19 20 with TStringList.Create do try 20 21 Assign(RichEdit1.Lines); 21 22 SaveToFile('Example.pas'); 22 23 23 // Comment 24 24 // dasdComment 25 25 26 26 //Here we are 27 28 27 ddd 29 28 {dfsf} … … 59 58 60 59 end. 60
Note:
See TracChangeset
for help on using the changeset viewer.