Sorry! but here goes with another dumb noob question.
From some Mumps literature that I've been able to garner from the
Internet, I've seen a standalone % used as a variable, yet never
being used thereafter, e.g.,
zmain
for i=0:1:10 do
.. for j=1:1:10 do
... set ^A(i,j)=5
set %=$zzCentroid(^A,^B)
for i=1:1:10 write ^B(i),!
When % is uded this way, what is it doing?
--
Duke Normandin


|