▍Double Linked List Controller
This is simple console Pascal program created with Lasarus. It provides functions and procedures for creating and managin double linked lists. With this program it's possible to create empty list and then manage this list: you can know is your list empty or not, what is current element, yo...