I have a list of parameters and a list of dependencies:
I want to create a list of dependencies for each parameter, up to the initial level.
See below the example:
Dynamo code nodes are able to resolve variables which incorporate other variables as they are associative.
From the DesignScript Guide:
Associativity is a feature in DesignScript that allows the propagation of a change of variable to all dependent statements in the program. The propagation of change happens at runtime and is handled by the update mechanism of the DesignScript virtual machine