[queue] is a universal first-in, first-out (FIFO) queue, that takes symbols, floats and lists. It is all vanilla.
It uses [text] by simply writing new items to the end of the [text] and outputting and deleting the first line of the [text] if an item is retrieved. 
Download: queue.zip
Help file:

Abstraction:

Edit: Added the option to retrieve the current size 
