Re: with entry and goto statement
- Posted by petelomax Dec 31, 2010
- 1729 views
mexzony said...
also why no example for the goto statement.
There shouldn't be an example. As a beginner, you should consider the goto statement as pure evil, something you use once-in-a-decade, when you really have no other choice. If you have a block of code that you need to invoke from several places, put it in a subroutine.
Regards, Pete