Re: Hidden Directory???, Here & Hidden programs



If anyone uses the 'Here' and 'Hidden' programs,
someday they might ask:

If \<< Hidden VARS \>> works,

then why doesn't \<< Hidden \<< VARS \>> \>> also work?

The answer is that a UserRPL program \<< ... \>>
can not be used as the "following" object
for 'Here' or 'Hidden' to evaluate,
because in that case the user program \<< ... \>>
is actually the *second* object following 'Hidden'
(again, ask someone just studying SysRPL why that happens).

However, you can do it this way instead:

\<< \<< VARS \>> Hidden EVAL \>>

[r->] [OFF]
.