i write often call routines and also call routines in call routines. In one of these routines i want to check if the "clear-button" is pressed and if so then program should exit. And for this you usually use "ret" but this would exit the routine?! So how to return to OS from a routine? Impossible? Thanks