Flow-control structures: Difference between revisions

no edit summary
(Added Control Structures template)
No edit summary
Line 129:
 
immediately starts the next iteration of the current innermost loop
 
==[[Perl]]==
[[Category:Perl]]
'''Interpreter:''' [[Perl]] 5.x
 
Goto is typically looked down upon by most perl programmers
 
FORK:
# some code
goto FORK;
 
==[[Tcl]]==
Anonymous user