gosub problems

while i am in a gosub loop if i place a 'if ... then main' and 'main' is a loop will i exit the gosub loop completely or will i return to the loop after 'main' is complete?

if i return then how would i stop the gosub loop completely and goto an other non-gosub loop?
 
hey dont worry i found out what was causing the problems. in a line where it was ment to say 'let b1=b3' i wrote 'let b3=b1'. thanks for replying anyway.
 
Top