The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Problem with INPUT instruction on CAS Program
01-18-2016, 03:25 PM (This post was last modified: 01-18-2016 11:22 PM by compsystems.)
Post: #1
Problem with INPUT instruction on CAS Program
HELLO, resuming programming in prime, I can not initiate a data entry box, ¿why?

PHP Code:
#cas
  
p4_input_data()
  
begin    
    local a

    
input); 
    return 
a;
  
end;
#end 

OR

PHP Code:
#cas
  
p4_input_data()
  
BEGIN
    LOCAL a

    
INPUT); 
    RETURN(
a);
  
END;
#end 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with INPUT instruction on CAS Program - compsystems - 01-18-2016 03:25 PM



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