queue-remove!

[procedure] queue-remove! queue

Chicken: removes and returns the first item of queue.

This is called dequeue! in some implementations.

See also make-queue, queue-add!