tackling #include

This commit is contained in:
2021-11-12 23:31:25 +00:00
parent 868ad3d38a
commit bcba60f0b7
3 changed files with 166 additions and 141 deletions

View File

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