You really would save a lot of time if you just opened bug reports for
these sorts of things.  I get really tired of the "should I open a bug
report dance".  Frankly, I will rarely even look at things like this until
it is in the system.

Rick

On Wed, Sep 26, 2012 at 6:21 PM, Walter Pachl
<christel.u.w.pa...@chello.at>wrote:

> 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
>
------------------------------------------------------------------------------
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