Post Reply 
syntax error but its from HP Prime Exercises..what up with that?
11-19-2019, 01:03 PM (This post was last modified: 11-19-2019 01:04 PM by tom234.)
Post: #6
RE: syntax error but its from HP Prime Exercises..what up with that?
EXPORT AA()
BEGIN
LOCAL A,L;
L:=[]; (this line has a error inside the box is this syntax out of date?)
REPEAT
REPEAT
A:=GETKEY;
UNTIL A!=-1;
L:=CONCAT(L,A);
UNTIL ISKEYDOWN(48);
RETURN L;
END;



Symbolic computation
and
Mathematics
with
the calculator HP Prime
Renée De Graeve
Lecturer at Grenoble on page 497

Is this texts words out of date with software programing lauguage in use now?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: syntax error but its from HP Prime Exercises..what up with that? - tom234 - 11-19-2019 01:03 PM



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