Problems with headers in User-RPL
- From: aletandilero@xxxxxxxxx
- Date: 30 Mar 2007 11:42:32 -0700
Hello...
I'm in a project where I have to translate a program from User-RPL to
Java language. The program is spread into 210 txt files. To try to
understand it, I'm using a program named HPUserEdit.
The thing is that the files have some headers, which turn into a
syntax error when run on the emulator. Some of them have this header:
// HP 48 Program Development Link Application
//
/Angle Degrees
/FractionMark .
/InstallDir
/AutoExec
//
/Var PRE
The // lines seem to be comments, so I think I may remove them safely.
But the others, which seem to be directives, I think I have to replace
them for something, but I don't know for what. Also I wanted to know
if they would mess up when any of these "little programs" calls
another.
The other header flavor I've come across was:
%%HP: T(3)A(G)F(,);
This one I have no clue what it might do, but removing it worked just
fine.
Also, there are special characters like \->, \>=, \010, \Ga...
Some I understood, like the first two of them. The other two I don't
know.
I've been stuck with this for a while, so if someone would help me
with it, I'd appreciate it much.
Thanks in advance.
.
- Follow-Ups:
- Re: Problems with headers in User-RPL
- From: John H Meyers
- Re: Problems with headers in User-RPL
- From: James M. Prange
- Re: Problems with headers in User-RPL
- Prev by Date: Re: Sysrpl: Using lists in a conditional expression?
- Next by Date: Re: Problems with headers in User-RPL
- Previous by thread: Need little help with HPGCC and Graph
- Next by thread: Re: Problems with headers in User-RPL
- Index(es):
Relevant Pages
|