Post Reply 
Programming Pad for RPL Programs
05-22-2014, 11:44 AM
Post: #25
RE: Programming Pad for RPL Programs
(05-22-2014 10:12 AM)Thomas Klemm Wrote:  Now I'm confused. This code snippet is from the source you mentioned:
Code:
    DUP ROT SWAP                        ( *A 2xDim B 2xDim* )
    ONE{}N                              ( *A 2xDim B 2xDim* )
    MATREDIM                            ( *A 2xDim B'* )

Do you agree that this stack diagram is left-aligned (linksbündig)?
And this stack diagram bellow is reversed and right-aligned:

Code:
    DUP ROT SWAP                        ( *2xDim B 2xDim A* )
    ONE{}N                              ( *2xDim B 2xDim A* )
    MATREDIM                                 ( *B' 2xDim A* )

This is the order that rprosperi prefers.
So maybe there was a misinterpretation on my side;-)
I set order synonymous to alignment. Actually the alignment (not the order) is _left_ in most cases.

And even in the 2nd example the comments are left-aligned, but due to the proportional font the alignments got lost.
This is why I strongly suggest using an editor/viewer with monospaced font.

Normally I use tabs to align the comments in my editor, but this doesn't work well in the MyBB editor.

Sorry for the confusion:-)

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


Messages In This Thread
RE: Programming Pad for RPL Programs - Raymond Del Tondo - 05-22-2014 11:44 AM



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