Changeset 4 for trunk/Project/System.pas


Ignore:
Timestamp:
Nov 5, 2010, 7:24:45 AM (13 years ago)
Author:
george
Message:
  • Modified: Reorganize parser code to use logical separated functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Project/System.pas

    r2 r4  
    3131  String = array of Char;
    3232  Pointer = ^Void;
    33   TObject = class;
     33  TObject = class
     34    function ClassName: string;
     35    constructor Create; internal;
     36    destructor Destroy; internal;
     37  end;
    3438
    3539const
Note: See TracChangeset for help on using the changeset viewer.