4 lines
65 B
ObjectPascal
4 lines
65 B
ObjectPascal
|
|
##
|
||
|
|
var text := ReadAllText('_a.pas',Encoding.UTF8);
|
||
|
|
Print(text);
|