Post Reply 
hp 28s - creating nested lists
02-19-2015, 08:19 AM
Post: #18
RE: hp 28s - creating nested lists
Not quite ;-)
Only my last code is 100% correct as it works for N=0.
The other two should be:
Code:
NDUPN
\<< 0. OVER START OVER SWAP NEXT ROT ROT DROP2 \>>
and
Code:
NDUPN
\<< \-> N \<< 0. N START DUP NEXT DROP2 N \>> \>>

Cheers, Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
hp 28s - creating nested lists - mbrethen - 02-16-2015, 04:33 PM
RE: hp 28s - creating nested lists - Werner - 02-19-2015 08:19 AM



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