Viewing a single comment thread. View all comments

Sea_no_evil t1_iydi3g8 wrote

Yes. IOW, Goto is a primitive instruction not too far removed from the assembly language -- the native language of the chipset itself. As programming languages get more sophisticated, the need for goto goes away. The fact that most languages still have a goto instruction is really more about history than function.

2