Forum Discussion
m_essaid
10 years agoValued Contributor
Hi Kamal,
You really need to avoid GOTO instruction. GOTO is forbidden now in programmation schools.
As it was said, the script must begin at a specific point and end at another. Simply, naturaly.
To make things GOTO do, create methods, create variables, call them, use loops and such things.
But GOTO is the devil.
Mehdi