CREATE_ASSEMBLY creates a new assembly with a specified name and owner.
+-----------------<----------------+ | | ---->(CREATE_ASSEMBLY)----+----(:NAME)----|string|-----------+----> | | +----(:OWNER)----|assembly|--------+
The default name is "a*", where * is an integer number that guarantees a unique name.
CREATE_ASSEMBLY :NAME "a2" :OWNER "/wpgp"
All pathnames must be enclosed by double quotes (" ").