## var d := DictStr; d['кошка'] := 'cat'; d.Println; var L := LstInt; L.Add(2); L.Add(3); L.Println;