shouldnt the line "if B6 = $31 and B7 < $35 then twenf" read:

if B6 = $31 and B7 < $35 then GOTO twenf ?

or is the GOTO not required when using an if statement?