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

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/Executor.pas

    r223 r224  
    1 unit UExecutor;
    2 
    3 {$mode delphi}
     1unit Executor;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, USource, Contnrs;
     6  Classes, SysUtils, Source, Contnrs;
    97
    108type
     
    885883end;
    886884
    887 
    888885end.
    889886
Note: See TracChangeset for help on using the changeset viewer.