Ignore:
Timestamp:
Aug 5, 2010, 4:17:18 PM (14 years ago)
Author:
george
Message:

End parsing process on reaching data end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Example.pas

    r42 r43  
    11program Test;
     2
     3uses System, Crt;
    24
    35procedure Pokus(A: Byte);
     
    2628  end;
    2729  while A < 1 do A := A + 1;
     30 
     31 
     32  {
     33  Block comment 2
     34  }
     35  WriteLn;
    2836end.
Note: See TracChangeset for help on using the changeset viewer.