Will this work to fix the memory leak issue in the If, Then loop?
Code:
Code:
Lbl S
If B>=10
Then
ClrHome
Disp "Now this is the job of","a true intelect. I hope","you are good at teaching","other. Maybe you will be as","good as Mr. Hansen"
Pause " "
ClrHome
Disp "You will make $2700 per","year. Good Luck"
Pause " "
3->F
1->I
Else
ClrHome
Disp "You need more intelligence","for this job"
Pause " "
2->I
End
If I=1
Goto V
If I=2
Goto P