Skip to content

Defining nested dynamic variables under :dynamic_variables header in DSL #90

@neonWhiteout

Description

@neonWhiteout

@stock_and_flow begin
:stocks
A
B

   :dynamic_variables
   v = (A + A) / B
   end

fails, when we'd expect it to create an implicit v0 = A + A and then define v = v0 / B

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions