-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Ideally, we'd have b not be in the diagram on step 0, but also be on the left (or more generally, the user should have control over where b appears).
Proposed syntax:
b defined
#1 -> 1
a -> [#1, 2, 3, 4, 5, 6, 7, 8]
---
b -> 2
#1 -> b
Or, if we want the variable b to appear, but not point to anything yet:
b placed
#1 -> 1
a -> [#1, 2, 3, 4, 5, 6, 7, 8]
---
b -> 2
#1 -> b
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request