Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 1e007a96761035f261351a68e7601417 > files > 598

parrot-docs-3.6.0-2.fc15.noarch.rpm

Statements:

* break -- This statement causes a forced exit of the most recent enclosing
while statement or for statement.
* continue -- The continue statement (an extension) causes the most recent
enclosing for statement to start the next iteration.
* halt -- TODO? (extension)
* return -- Return  the  value  of the expression from a function.