Post Reply 
Why do commands behave inconsistently?
03-24-2020, 09:32 PM (This post was last modified: 03-25-2020 03:13 PM by Orome.)
Post: #1
Why do commands behave inconsistently?
If I have a list in Home and choose List > REVERSE from the toolbox, I get a reversed list as a result, but if I have a list and choose List > SORT, I get the list followed by SORT(), which can't be evaluated.

For example, if I have
{2, 5, 8, 3, 6, 9}
and choose List > REVERSE I get
{9, 6, 3, 8, 5, 2}
but if I instead choose List > SORT I get
{2, 5, 8, 3, 6, 9} SORT()
which is unusable.

Why do these behave differently, and how am I supposed to know that they do?
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Why do commands behave inconsistently? - Orome - 03-24-2020 09:32 PM



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