Ignore:
Timestamp:
Sep 8, 2009, 2:01:55 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Analýza páru dalších programových konstrukcí.
  • Přidáno: Pár jednoduchých testovacích příkladů pro překladač.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Pascal Compiler 2/Example.pas

    r16 r20  
    1515var
    1616  StringList: TStringList;
    17   Text: string;
     17  Texts: string;
    1818begin
     19
    1920  with TStringList.Create do try
    2021    Assign(RichEdit1.Lines);
    2122    SaveToFile('Example.pas');
    2223
    23     // Comment 
    24 
     24    // dasdComment 
    2525   
    2626    //Here we are
    27 
    2827    ddd
    2928{dfsf}
     
    5958
    6059end.
     60
Note: See TracChangeset for help on using the changeset viewer.