ec2This will create the program ".XXXTEMP". To access it, use any of the above-mentioned methods.
Normally, this would not only take a chunk of RAM, but it would also be lost in a RAM clear. So I archive it, solving both issues.
----------------------------------------
As for hiding ALL those subroutines...it would be highly inefficient. It would take a long time with Celtic2. If you really want to, I suggest getting your hands on PyroEdit 4.0 and stealing prgmPRGM2STR and prgmSTR2PRGM.
When you run prgmPRGM2STR, the name of the program in Ans as a string is taken as input (It's the same name you'd use with Celtic2), and it converts that entire program to a string, complete with newline tokens. Those look like spaces. But be careful--recalling them anywhere but in the program editor causes minor but potentially huge issues.
When you have that string, you can have fun with it. It's a string!
But with prgmSTR2PRGM, you can convert that string back to a program, FAST. When you run it, it takes the name of a program in Str7, the program string in Ans, and overwrites any preexisting program whose name is the same as Str7 with the program string you inputted. It doesn't really care if it's archived or not, it works either way :)

.