Flow-control structures: Difference between revisions

Content added Content deleted
(GP)
Line 664: Line 664:
[9]
[9]
</pre>
</pre>

=={{header|PARI/GP}}==
Flow control structures include function calling and returning, <code>error</code>/<code>trap</code>, <code>next</code>/<code>break</code>, and the various loops.


=={{header|Perl}}==
=={{header|Perl}}==