Post Reply 
50g System RPL list processing
11-01-2014, 02:21 PM
Post: #17
RE: 50g System RPL list processing
(10-31-2014 10:06 PM)Gilles Wrote:  Another big problem in RPL list processing is that DOSUBS or DOLIST command can return ... nothing ! whereas an empty list would be far more logical... I think it will be a real progress to change this....

I took care of that for newRPL (I think, we need testers to make sure it behaves properly on all cases).
First of all, I don't like the "optional" arguments in these two commands. All arguments are mandatory in newRPL.
And also it always returns a list:
Code:

{ 1 2 3 4 } 1 << DROP >> DOLIST
{ 1 2 3 4 } 1 << DROP >> DOSUBS
returns an empty list.

Claudio
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 50g System RPL list processing - ttw - 06-21-2014, 02:13 AM
RE: 50g System RPL list processing - Han - 10-28-2014, 05:06 PM
RE: 50g System RPL list processing - Han - 10-31-2014, 02:15 PM
RE: 50g System RPL list processing - Han - 11-01-2014, 08:34 PM
RE: 50g System RPL list processing - Han - 11-02-2014, 01:04 AM
RE: 50g System RPL list processing - Han - 11-01-2014, 08:31 PM
RE: 50g System RPL list processing - Claudio L. - 11-01-2014 02:21 PM
RE: 50g System RPL list processing - Han - 11-02-2014, 06:26 PM



User(s) browsing this thread: 1 Guest(s)