Flow-control structures: Difference between revisions

GP
(GP)
Line 664:
[9]
</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}}==