This was reported at the workshop by Max Schneider. Following a `.store`, dollar variables may depend on now-undefined variables, for e.g.: ``` Symbol x,y; #$test = 1+x+y; .store #message $test: `$test' .end ``` gives ``` ~~~$test: 1+Z200000029_+Z200000030_ ```
This was reported at the workshop by Max Schneider.
Following a
.store, dollar variables may depend on now-undefined variables, for e.g.:gives