Quote:

I am planning a complete rewrite, but need to walk the existing one to see how it works.. (works.. hmm, a very grey area!!!)




Code:

? "hello 1"
gosub 1
? "hello 2"
? "hello 3"
1:
? "hello 4"
2:
? "hello 5"
gosub exit
? "hello 6"
? "hello 7"
? "hello 8"
:exit



take the above code...

when ran... you get

hello 1
hello 4
hello 5