Flow-control structures: Difference between revisions

m
(Added Bracmat example)
Line 184:
 
=={{header|Bracmat}}==
In Bracmat, the thing that comes closest to a GOTO construct is evaluation of a variable that contains somsome code, ending with an evaluation of the same variable. Due to tail recursion optimization this can run forever. Example:
<lang bracmat> ( LOOP
= out$"Hi again!"
2,295

edits