sub to_be {
print "be ";
goto &to_do;
}
sub to_do {
print "do ";
goto &to_be;
}
to_do();
or you'd run out of memory FAST.
In reply to Re^2: multiple infinitive loops
by Joost
in thread multiple infinitive loops
by ozkaa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |