Post Reply 
Input form in CAS programs
10-12-2016, 10:11 AM
Post: #1
Input form in CAS programs
When I introduce a simple program like:

#cas
PPP2():=
BEGIN

LOCAL a;

INPUT(a);
PRINT(a):

return 0;
END;
#end

It gives me an error: "Error: Invalid input"
This simple program works in NON CAS program, so why does not work in CAS?

Thanks in advance to anyone who answers me
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Input form in CAS programs - Tonig00 - 10-12-2016 10:11 AM
RE: Input form in CAS programs - parisse - 10-12-2016, 01:40 PM
RE: Input form in CAS programs - Tonig00 - 10-12-2016, 03:00 PM
RE: Input form in CAS programs - parisse - 10-12-2016, 06:50 PM



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