Jump to content

A+B: Difference between revisions

128 bytes added ,  19 days ago
Line 4,470:
File input:
<syntaxhighlight lang="parigp">read("file1")+read("file2")</syntaxhighlight>
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="pascal">
##
var (a,b) := ReadInteger2;
Writeln(a + b);
</syntaxhighlight>
 
 
=={{header|Pascal}}==
44

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.