HP Forums

Full Version: Superior sign on hp prime
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, sorry for my English.
So I have buy the HP prime and I want to make program
But the superior sign > make a syntax error
Thanks you.
In the end of third line must be ;
(01-05-2020 02:24 PM)Siryak Wrote: [ -> ]Hello, sorry for my English.
So I have buy the HP prime and I want to make program
But the superior sign > make a syntax error
Thanks you.

There is a semicolon ( ; ) missing at the end of the previous line:

B^2-4*A*C▸D;

There are also double quotes missing on the line that prints "Pas de solution":

PRINT("Pas de solution");

I don't know not why you have this line:

BREAK; //???

It breaks out of loops, but there is no loop to break out of in your function.
Reference URL's