|
|
|
|
|
by ddingus
909 days ago
|
|
Exactly and why I wrote my comment above. I would add the computed goto, as in something like: GOSUB (X * 100) Is really fast, and using switch, or case, or a set of if, then, else statements can work, but not work well. There are times when a numeric value works for branching, and having this in BASIC maps directly to assembly language where that sort of thing gets done all the time. |
|