Read entire file: Difference between revisions

PascalABC.NET
(PascalABC.NET)
 
Line 1,648:
=={{header|Pascal}}==
See TStrignList example of [[Read_entire_file#Delphi | Delphi]]
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
##
var text := ReadAllText('_a.pas',Encoding.UTF8);
Print(text);
</syntaxhighlight>
 
 
=={{header|Perl}}==
246

edits