Flow-control structures: Difference between revisions

Content added Content deleted
m (→‎{{header|Tcl}}: formatting)
No edit summary
Line 331: Line 331:
=={{header|Forth}}==
=={{header|Forth}}==
===CATCH-THROW===
===CATCH-THROW===
Forth does not have goto, but the standard does have an exception mechanism.
Forth does not have goto (actually some Forths do have goto), but the standard does have an exception mechanism.


: checked-array
: checked-array