Changeset 224 for branches/interpreter2/Executor.pas
- Timestamp:
- Jun 16, 2023, 12:20:51 AM (17 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/Executor.pas
r223 r224 1 unit UExecutor; 2 3 {$mode delphi} 1 unit Executor; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, USource, Contnrs;6 Classes, SysUtils, Source, Contnrs; 9 7 10 8 type … … 885 883 end; 886 884 887 888 885 end. 889 886
Note:
See TracChangeset
for help on using the changeset viewer.