frank - 2013-02-23

My € 0,02 about rxqueue oddities with Regina 37 on windows 7 64:

say queued() trace() /* typical output: 0 N */
address CMD 'HELP | RXQUEUE' rxqueue( 'get' ) '/lifo'
say queued() /* typical output: 123 */

(1) the working script started with regina yields no error and an empty queue (0 instead of 123)
(2) the same script started with rexx yields 123 items in the queue as it should, but traces an obscure return code 1 despite of reporting trace N before.
(3) rxstack -install or not does not affect this (mis)behaviour.