experimenting include handling

This commit is contained in:
2021-11-14 15:07:41 +00:00
parent 5fcc19de27
commit b118cb2bd3
7 changed files with 136 additions and 79 deletions

View File

@ -6,6 +6,6 @@ procedure hello3 is
Compiler: C.Compiler;
begin
Compiler.Feed ("#include ""abc.txt""");
Compiler.Feed ("#include ""abc.txt""; donkey");
Compiler.End_Feed;
end hello3;