teststem2.log 29.11.2002 16:04:18
abc is our stem, and all values except abc.7.8.9
should have the the index as a value, except the last
which is undefined!
abc.1.2='1.2' :=1.2
abc.2.3='2.3' :=2.3
abc.4='4' :=4
sbc.5=' :=5
abc.5.6.7='5.6.7' :=5.6.7
abc.7.8.9 :=abc undefined
we are now trying to access abc (by reference) in a subroutine
xyz.1 does NOT exist!
now, more complicated, the second level
ii= 1 xyz2= abc undefined
xyz.1.2 exists= 1 value is: 1.2
xyz.2 does NOT exist!
now, more complicated, the second level
ii= 2 xyz2= abc undefined
xyz.2.3 exists= 1 value is: 2.3
xyz.3 does NOT exist!
now, more complicated, the second level
ii= 3 xyz2= abc undefined
xyz.4 exists!
now, more complicated, the second level
ii= 4 xyz2= 4
xyz.5 exists!
now, more complicated, the second level
ii= 5 xyz2= 5
xyz.5.6.7 exists,
value is: 5.6.7 which should be equal to: 5.6.7
xyz.6 does NOT exist!
now, more complicated, the second level
ii= 6 xyz