Ignore:
Timestamp:
Jun 16, 2023, 12:20:51 AM (12 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/UInterpreter.pas

    r201 r224  
    11unit UInterpreter;
    2 
    3 {$mode delphi}
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UParser, UExecutor;
     6  Classes, SysUtils, Parser, Executor;
    97
    108type
     
    2321    destructor Destroy; override;
    2422  end;
     23
    2524
    2625implementation
     
    5251  Executor.Free;
    5352  Parser.Free;
    54   inherited Destroy;
     53  inherited;
    5554end;
    5655
Note: See TracChangeset for help on using the changeset viewer.