Flow-control structures: Difference between revisions

(Added Nemerle)
Line 679:
 
=={{header|PARI/GP}}==
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}}==