Post Reply 
hp 28s - creating nested lists
02-17-2015, 10:35 AM
Post: #11
RE: hp 28s - creating nested lists
Somewhat simpler:
Code:
\<<
  LIST\-> DUP 2. + ROLL
  1. ROT START
    OVER 1. SWAP START SWAP OVER NEXT
    DROP \->LIST
  NEXT
\>>

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-17-2015 10:35 AM



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