Following that logic if, else and while are also "pseudo goto" statements.
There's nothing wrong with conditional jumps - we couldn't program without them. The problem with goto specifically is that you can goto "anywhere".
Following that logic if, else and while are also "pseudo goto" statements.
There's nothing wrong with conditional jumps - we couldn't program without them. The problem with goto specifically is that you can goto "anywhere".