Skip to content

Dollar variables may depend on undefined variables after store #858

Description

@jodavies

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_

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs decisionDecision on the intended behaviour is needed before this can move forward.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions