Skip to content

Instantly share code, notes, and snippets.

@akrnmd
Last active October 2, 2020 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrnmd/77fa04ce6ee62caccbde3713c2c569d6 to your computer and use it in GitHub Desktop.
Save akrnmd/77fa04ce6ee62caccbde3713c2c569d6 to your computer and use it in GitHub Desktop.
Sort The List. #SenseTalk #eggplant
put (5,4,2,3,1) into MyList
log MyList
sort descending MyList
log MyList --5,4,3,2,1
sort ascending MyList
log MyList --1,2,3,4,5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment