in reply to how to return from a goto ?

the previous uploaded message "how to return from a goto ?" failed to post and got "Permission Denied" upon clicking the "create" HTML button so I removed URLs and uploaded them on http://bitcoinshell.mooo.com/users/p3rl/URL-00.html

Replies are listed 'Best First'.
Re^2: how to return from a goto ?
by LanX (Saint) on Mar 19, 2022 at 19:08 UTC
Re^2: how to return from a goto ?
by Anonymous Monk on Mar 19, 2022 at 18:17 UTC
    short answer: do not use goto, period.

    long answer: if you have to ask how to use it, you should def not be using it!!!