added utf8 functions

This commit is contained in:
2021-11-07 17:32:50 +00:00
parent 001115770d
commit 868ad3d38a
7 changed files with 389 additions and 26 deletions

View File

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