While studying I noticed these points in rexxref.pdf:

5.3.8.3. init >>-init(--size--)><
should be new

5.3.8.5. push
If option is 'Unique', any matching item already in the queue ...
should be items (plural)

5.3.8.6. queue
also plural

5.3.8.7. resize
If the previous size was larger than newSize, any extra items are removed in
the specified order.
should be
If there are more than newSize items in the queue...

First-in, first-out. This keeps the most recently added items.
The order of inserting is not relevant!!! The items on top are removed...

5.3.8.11. Example
u~resize(2, "LILO")
should be
u~resize(2, "LIFO") (although it's ireelevant)

Would you agree?
Walter

By the way: I can't make use of s after s=cq~supplier
Can you provide an example??


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to