Maybe this question is cyclic (again: i did a search and i found nothing. I'm not so good with google).
Given a built in function that i want to use often, for example "R\->B" (real numbers to binary representation), i do: left shift, catalog, R\->B or i write it directly with keyboard (the latter method is very slow).
Anyway recall this function by catalog is still a slow method, so i save the function in a variable as a program, to recall it by "VAR" menu. Is there another way to recall built in function fast? A sort of history (not limited to the last four entries, given by "cmd menu" ). For example in linux i can use uparrow to recall last commands, is there a similar way on the HP50g ?