Let's vote for suggestions and bugs
|
12-15-2018, 02:53 PM
Post: #82
|
|||
|
|||
RE: Let's vote for suggestions and bugs
all statements when executed in the history, if they contain the SET data type become LISTS, a list does not always have the same mathematical properties of the sets
D_ := set[ "H", "E", "L", "L", "O"]; [↵] set["H","E","L","O"] E_ := [ "H", "E", "L", "L", "O" ]; [↵] ["H","E","L","L","O"] D_ == E_ false set[ "H", "E", "L", "L", "O"] minus set[ "H", "E" ]; [↵] set["L", "O" ] set[ "H", "E", "L", "L", "O"] union set[ "H", "E" ]; [↵] set[ "H", "E", "L", "O"] |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)