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 also possible but not very good here.
> GOSUB is like a procedure call. It works like GOTO until a RETURN is 
> found. Then the program jumps back to the position directly after the 
> GOSUB call.
> 

see... I don't code well in basic... can't imagine what'd happen if I 
dug into the moz code! *lol*

my basic code would have worked, just using the wrong command... hehe

Patrick


Reply via email to