Post Reply 
hp 28s - creating nested lists
02-21-2015, 11:30 AM
Post: #25
RE: hp 28s - creating nested lists
Then you might as well write it as a normal IF THEN ELSE statement

Code:
IF DUP 0 <
THEN NEG DUPN
ELSE DROPN
END

7.5 bytes shorter
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-21-2015 11:30 AM



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