BASIC / Was: Uploading to FTP

2002-03-22 Thread Martin Fritsche
Garth Wallace wrote: > Patrick Gallagher wrote: >> 10 PRINT "HELP!" >> 20 GOSUB 10 >> 30 END (I know... with the GOSUB it isn't necessary, but shortcuts >> aren't cool ;) > Shouldn't that be GOTO? I still remember bits of BASIC... GOSUB is also possible but not very good here. GOSUB is like a

Re: BASIC / Was: Uploading to FTP

2002-03-24 Thread Patrick Gallagher
Martin Fritsche wrote: > Garth Wallace wrote: > >> Patrick Gallagher wrote: > > >>> 10 PRINT "HELP!" >>> 20 GOSUB 10 >>> 30 END (I know... with the GOSUB it isn't necessary, but shortcuts >>> aren't cool ;) >> > >> Shouldn't that be GOTO? I still remember bits of BASIC... > > > GOSUB is als