The Modula-3 Program: src/TextLinkedList.i3
1
INTERFACE
TextLinkedList = LinkedList (Text)
END
TextLinkedList