HP Forums
HP PRIME UPDATE - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: HP PRIME UPDATE (/thread-22726.html)



HP PRIME UPDATE - RIBEIRO - 11-19-2024 02:06 AM

an example of the program the code is this one that reports a syntax error the name of the program is
test():=
BEGIN
RETURN;
AND;
when I put it like this
#cas
test():=
BEGIN
RETURN;
AND;
#and
then in this code structure it gives the syntax error, this only happens when I put # in line 1, when I put it in cas mode this is happening after the 2.2 update. Could you help me please?
Send this user an email Send this user a private message Find all posts by this user


RE: HP PRIME UPDATE - Liamtoh Resu - 11-19-2024 02:39 AM

Here is a link to a ppl program I posted three years ago. I think it is simple enough
to get an idea of program syntax. It is not a spectacular program. Good luck.

https://www.hpmuseum.org/forum/thread-17158.html?highlight=ppl

Regards


RE: HP PRIME UPDATE - RPNerd - 11-19-2024 06:27 AM

(11-19-2024 02:06 AM)RIBEIRO Wrote:  test():=
BEGIN
RETURN;
AND;

END, not AND.