From: John H Meyers on
On Mon, 28 Sep 2009 12:41:41 -0500:

> Could you please give an example of quick directory making?

'XYZ' @ any new directory name

\<< DUP CRDIR EVAL \>>

Note that this will also replace an existing non-directory variable.

Directory objects can be stored at any time into other variables,
but no objects can be stored directly into names of variables
that already contain a directory (to prevent accidental wipe-out
of an entire directory or tree).

[r->] [OFF]