luser- -droog
unread,Jul 29, 2013, 2:54:36 AM7/29/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Sorry, I don't have one yet. But has anybody thought about this?
It wouldn't be too hard for straight statements, but handling
lines in procedures might be tricky, I fear.
I actually had a start on this some time ago as part of the
debugger, but it's on that stupid sd card with everything
else from the other side of the rainbow...
(wasn't much of a start, just a /cstack function to print
the stack using =only, in fact ...
/cstack {
(%)print
count dup 1 add copy % count & make copy of stack (&count)
-1 1{
-1 roll
==only
( )print
} for
pop
} def
There. pretty much like that.)