FitNesse. UserGuide. FitLibraryUserGuide.
ArrayFixture [add child]
ArrayFixture tables look almost the same as RowFixture tables. However, the order of the elements in the list has to be the same as the order of the rows in an ArrayFixture table.
StartListing
list is 1,2,3,4

ordered list
item
1
2
3
4
ordered list
item
3
4
1
2
row list
item
3
4
1
2
Let's look at WritingListFixtures for ArrayFixtures (and others).

The header labels of ArrayFixture tables can contain any characters, such as "$".