Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-05-02 16:11:43 -0700 (Wed, 02 May 2007)
Revision: 10600
Log message:
Added the path definitions. This fixes bug #580.
X. =
Y. =
Z. =
x = 1
X.Y.Z.y = 2
X.Y.Z.f() =
value $(add $x, $y)
echo $(X.Y.Z.f)
# prints "3"