Description
Consider a list with a number of repeated data structure items. Can we have a syntax that allows users to use a for-loop over the differences in the items, so users don't have to repeat the same data structure all over?
Acceptance Criteria (Definition of Done)
Reduce repeated data structures.