Include a file: Difference between revisions

m
(adding maxima)
Line 204:
Files can be loaded in GP with the <code>read</code>, or directly in gp with the metacommand <code>\r</code>.
 
PARI can use the standard [[#C|C]] <code>#include</code>, but note that if using gp2c the embedded <code>GP;</code> commands must be in the original file.
 
=={{header|Pascal}}==