Post Reply 
HP Prime - Problem with the decimal separator
10-28-2015, 03:13 PM
Post: #8
RE: HP Prime - Problem with the decimal separator
Votre programme fonctionne très bien, j'ai juste modifié "->" en "▶"

Your program does works, I only changed "->" into "▶"

Code:
#pragma mode(separator(.,;) integer(h32))
EXPORT TEST2()
BEGIN
LOCAL x, y;
10▶x;
2015▶y;
PRINT("TEST ANNEE : " + y + " MOIS : " + x);
END;

primer
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime - Problem with the decimal separator - primer - 10-28-2015 03:13 PM



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