Y
Hacker News
new
|
ask
|
show
|
jobs
by
ncmncm
2193 days ago
BASIC on the Apple ][ did a linear search from the start of the program for each GOTO and GOSUB. I wonder if GW still does that...
1 comments
tyingq
2193 days ago
It does that for "FOR" loops:
https://github.com/microsoft/GW-BASIC/blob/09ad7bc671c90f0ee...
link