delete-from-queue!

[procedure] delete-from-queue! queue value

Scheme48: removes the first occurrence of value from queue. Values are compared by eq?. Returns a boolean value indicating if value is found or not. See also make-queue.