(Available since version 1.0)
Queue::enqueue — Adds an element to the queue
Enqueues value
at the end of the
queue.
Note:
Queue::enqueue() is an alias of LinkedList::push().
value
The value to enqueue.
TRUE
.