+ 4
What is the difference between goto & loops?
2 Antworten
+ 4
Goto let's you jump anywhere you want, you just need to set the mark.
Loops have a defined beginning and an end.
+ 3
Back in the days of BASIC programming we were encouraged to do gotoless programming 😁