Ignore:
Timestamp:
Aug 10, 2010, 1:48:38 PM (14 years ago)
Author:
george
Message:

Fix: View proper source file after click to error message.
Made partial changes to support unit interface and implementation sections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Project/System.pas

    r54 r55  
    11unit System;
     2
     3interface
    24
    35type
     
    1517  String = array of Char;
    1618
     19
    1720procedure Exit; system;
    18 begin
    19 end;
     21procedure Break; system;
     22procedure Continue; system;
    2023
    21 procedure Break; system;
    22 begin
    23 end;
     24implementation
    2425
    25 procedure Continue; system;
    26 begin
    27 end;
    2826
    2927end.
Note: See TracChangeset for help on using the changeset viewer.