enqueue!

[procedure] enqueue! queue x

SLIB, Scheme48: adds x to the rear of queue.

This is called queue-add! in some implementations.

See also make-queue, dequeue!

[procedure] enqueue! queue obj1 obj2 ...

Gauche allows more than one object to be queued.