----- Original Message ----- From: "Gaspar Chilingarov" <nm@REDACTED> > I need to implement something like FIFO, new elements inserted in list > push old elements out. Try the queue module, it does what you want and it's interesting to look at the implementation. /Vlad