I have a large equation and I'm interested in seeing the results of PARSE:
1. Is it possible to view the code in "invisible directory with ID 1"?
"Note: It is possible to step into generated code, that is, programs that are created by Plus42 when it parses equations. For example, if you execute a program fragment like XSTR "A+B*C" PARSE EVAL, the PARSE will translate the equation to an RPN program, and store it in the invisible directory with ID 1, and EVAL will call that generated code, somethat like XEQ. When you SST the EVAL, you will next find yourself single-stepping the generated code."
2. when used in a program, does XSTR have a 47 character limit (it appears to). If so, is there a way to append more characters?