|
|
|
|
|
by BariumBlue
909 days ago
|
|
Good point actually - when teaching absolute newbs, I found they'd often confuse the point of a while with a for with an if block. GOTO is super unambiguous and probably a better introduction to program control flow while they get used to manipulating and juggling variables around |
|
Computed GOTO is often possible in BASICs. In one sense that's awesome, this is a very powerful technique, but in practice it's so unstructured that you shouldn't ever use it so why even offer it?
"That's how the machine works". Yes it is, which is why we don't write raw machine code when we can.