Flow-control structures: Difference between revisions

Content added Content deleted
(Added Nemerle)
Line 679: Line 679:


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


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