Post Reply 
terminal view to the main screen (history view) cmd
10-31-2018, 10:50 PM (This post was last modified: 11-03-2018 12:29 PM by compsystems.)
Post: #1
terminal view to the main screen (history view) cmd
Hello, users and developer group of the famous hp-prime calculator
Sorry for my technical english.

In the following program

PHP Code:
#cas
    
prg00( ):=
    
begin
        local X
Y;
        
assume(Xsymbol); // elimina valor de X para asumirla como símbolo
        
assume(Ysymbol); // elimina valor de Y para asumirla como símbolo
        
PRINT; // Limpiar pantalla
        
print( "Hello Mathematical World" ); // Escribir "Hola  mundo matemático "
        
wait); // Esperar 2 segundos
        
print( 'X²/3 - Y²/5 = 1'  );
        
wait);
        PRINT; 
        return 
“Done”;
    
end;
#end 

I have a question

How to return from the terminal view to the main screen (history view)?

for example in xCAS there is the DispHome() command

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


Messages In This Thread
terminal view to the main screen (history view) cmd - compsystems - 10-31-2018 10:50 PM



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