Post Reply 
Programming Pad for RPL Programs
05-21-2014, 06:49 PM
Post: #14
RE: Programming Pad for RPL Programs
Could it be that there is a fixed length of 19 characters and lines are broken to not exceed that?
But in this case previous levels of indentations aren't respected. Thus we get what you call "broken up in unhelpful ways":
Code:
\<<
  IF + + +
  THEN + + + + + +
+ + + + + + + +
  ELSE + + + + + +
  END + + + + + + +
+ + + + + + + + +
+ + + + + + +
\>>

Otherwise your listing would be much longer. I guess it's kind of trade-off: the listing is still structured based on keywords but as short as possible.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming Pad for RPL Programs - Thomas Klemm - 05-21-2014 06:49 PM



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