in reply to Finding biological palindromes
to a next statement with a label:if ($start == 0) { goto NEXTLINE; }
See also Dijkstra's famous and classical article Go to statement considered harmful: https://files.ifi.uzh.ch/rerg/arvo/courses/kvse/uebungen/Dijkstra_Goto.pdf.next NEXTLINE if $start == 0;
|
|---|