[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Variables and Advanced DTML
webmaster@zope.org
webmaster@zope.org
Tue, 24 Sep 2002 15:03:45 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvDTML.stx#2-28
---------------
Like all things in Zope, the DTML namespace is an object, and it can
can be accessed directly in DTML with the *_* (underscore) object. The
*_* namespace is often referred to as as "the under namespace".
% Anonymous User - July 23, 2002 4:28 am:
can can
% Anonymous User - July 24, 2002 3:32 pm:
as as
% Anonymous User - Sep. 24, 2002 3:03 pm:
# As i understand it, '_' is the name for the _-object.
# Then better:
Like all things in Zope, the DTML namespace is an object. It has the special name of "_" (underscore) and it
can be accessed directly in DTML by this name to look up other names. The _ namespace is often referred to as
as "the under namespace".