Flow-control structures: Difference between revisions

Content added Content deleted
m (→‎call: added title to a programming example. -- ~~~~)
m (→‎{{header|REXX}}: added another section. -- ~~~~)
Line 1,621:
 
=={{header|REXX}}==
===break===
(See the '''leave''' statement.)
===call===
The '''call''' statement immediately transfers control to a named subroutine, and the '''call''' statement may have any number (or none) parameters.   (However, most REXXes have some practical limit to the number of arguments, usually at least 50).