|
|
|
|
|
by zozbot234
910 days ago
|
|
Some BASICs such as BBC BASIC allowed GOTO to take a variable or expression directly, and many BASICs supported the ON..GOTO construct that allows for the same. And turning all control flow within a program into jump-like operations is arguably the main point of CPS. |
|
Arguably the main point of continuation-passing style is that you pass a continuation along with the jump. Hence the name.