Post Reply 
Function "contains" in HOME and CAS
01-02-2018, 03:15 PM
Post: #1
Function "contains" in HOME and CAS
I've found a different behavior of the function "contents" in HOME and CAS, in the following situation:

L1:={"A","B"}

In CAS
contains(L1,"A") -> 1
contains(L1,"B") -> 2

In HOME
contains(L1,"A") -> 0 !!!
contains(L1,"B") -> 0 !!!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Function "contains" in HOME and CAS - JMB - 01-02-2018 03:15 PM



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