> ObClassiccmp: I used gotos all the time in my
basic code. Am I now Evil
> Incarnate? ;-)
On Wed, 18 Aug 2004, Hans Franke wrote:
YES! You could have tone the same with gosub and stack
modification.
In Applesoft Basic, this would even be supportet by the language.
The POP command just removes one entry from the GOSUB stack :)
It is POSSIBLE to write structured code in BASIC.
But a REAL programmer can write a FORTRAN program in any language.