#!../wafe --f

mergeResources topLevel \
    *List.defaultColumns 1 \
    *b2*list {this list came from the resources}  \
    *b2.l7.list {the end} *b2.l7.numberStrings 2  \
    *start.background grey *b2.l7.background grey

Box b topLevel
List start b
List l0 b list {this is a test} numberStrings 4
List l1 b list {this is a test} numberStrings 3
List l2 b list {this is a test} numberStrings 0
List l3 b list {this is a test}
Box b2 b
List l4 b2
List l5 b2 numberStrings 3
List l6 b2 list {this is a test} numberStrings 0
List l7 b2
realize