Flow-control structures: Difference between revisions

m
m (→‎Exceptions: nl ww)
Line 35:
=={{header|ALGOL 68}}==
{{works with|ALGOL 68|Standard - except the Refinement Preprocessor is an extension}}
 
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}} <!-- with version's of a68g up to mk18 the GSL library has problems with VEC and MAT with LWB 0 , and transposes of non square MAT, hence we include source code of replacement OPerators here -->
<!-- {{does not work with|ELLA ALGOL 68|Any (with appropriate job cards AND formatted transput statements removed) - tested with release 1.8.8d.fc9.i386 - ELLA has no FORMATted transput}} -->
 
See also [[Exceptions#ALGOL_68|Exceptions]] to see how '''ALGOL 68''' handles ''transput'' events.
===One common use of a label in '''ALGOL 68''' is to break out of nested loops.===
Line 120 ⟶ 122:
etc...
</pre>
 
=={{header|AutoHotkey}}==
<lang AutoHotkey>MsgBox, calling Label1