bags.spad line 104 [edit on github]
Linked List implementation of a Queue
queue([x, y, ..., z]) creates a queue with first (top) element x, second element y, ..., and last (bottom) element z.
BagAggregate(S)
Collection(S)
Evalable(S)
InnerEvalable(S, S)