the empty list
Designates the list of length zero.
variable tVar as List variable tCount as Number put the empty list into tVar put the number of elements in tVar into tCount -- tCount is 0
Use the empty list to initialise a list variable.