With the RTN+1 instruction on the WP34s you can code routines that behave as test instructions with a return to the step following the routine call if the result is True, or to the step after if the result is False.
So I was trying to program a new "y=z?" test when I realized first that with 3 characters allowed for Alpha labels I have to shorten the name. So I decided to try with LBL 'y=z' (which may not be the best name for a test ..).
However I've not been able to enter the '=' character which is in the [TEST] Alpha Catalog. It seems that when entering an Alpha label (after entering [f][LBL][ENTER]) you cannot access any Alpha catalog while you're supposed to be in Alpha mode.
I've not seen this limitation documented in the manual, so I don't know if it's a bug or a feature :-)