A.A←1
A←0 ⍝ Just replacing content of A.
B.B←2
A←B.B ⍝ Generates a trace. - probably should be A.B ←→ 2
Incomplete value at Symbol.cc:130
Addr: 0x1ce1990
Rank: 0
..
Fixed in *SVN 1377*.
⍝ A structured variable of any depth can be replaced by an as
⍝ Generates a trace. - probably should be A.B ←→ 2
Incomplete value at Symbol.cc:130
Addr: 0x1ce1990
Rank: 0
..
Fixed in SVN 1377.
⍝ A
structured variable of any depth can be replaced by an assignment
to the
Incomplete value at Symbol.cc:130
Addr: 0x1ce1990
Rank: 0
..
⍝ A structured variable of any depth can be replaced by an assignment to
the root variable.
A.B.C.D←4
A
.B:
.B.C:
.B.C.D: 4
A←1 ⍝ Consistent with current assignment: replace variable
content with RV