Post Reply 
New Version: 2.1.14181 (2018 10 16)
12-29-2018, 09:32 AM
Post: #38
RE: New Version: 2.1.14181 (2018 10 16)
I have noticed a change in the Home/CAS interaction, I try to decipher it but I have not succeeded. Previously I did recognize the interaction pattern.
For example I want to do this in HP PPL for mat=[[1,2],[3,x]], assuming that mat is entered from the CAS.

lname(mat) → {} Sad
CAS.lname(mat) → {mat} Sad
CAS("lname(mat)") → {mat} Sad
Expected value → {x}

type(mat) → 6 Sad
CAS.type(mat) → 6 Sad
CAS("type(mat)") → 6 Sad
Expected value → 7:DOM_LIST

I have not tried with functions #cas #end, but I would like the current Home/CAS interaction to be a temporary error :c

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New Version: 2.1.14181 (2018 10 16) - Carlos295pz - 12-29-2018 09:32 AM



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