Post Reply 
Programming Pad for RPL Programs
05-21-2014, 05:37 PM
Post: #12
RE: Programming Pad for RPL Programs
(05-21-2014 12:54 PM)HP67 Wrote:  Agreed, but I haven't been able to figure out the heuristics the 48 or 50 use.
The program is saved in compiled form when you exit the editor. Thus all formatting is lost. When you open the program in the editor it gets de-compiled. From my understanding corresponding keywords are aligned.

Example:
\<< IF THEN FOR i NEXT ELSE END \>> will be displayed as:
Code:
\<<
  IF
  THEN
    FOR i
    NEXT
  ELSE
  END
\>>
Otherwise there are no line breaks.

Cheers
Thomas
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 05:37 PM



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