Talk:List

From MiniScript Wiki
Revision as of 20:38, 5 December 2021 by SebNozzi (talk | contribs) (Cleaned up - added things to illustrate)
Jump to navigation Jump to search

Things to illustrate:

  • empty list
  • getting length of list
  • referencing elements (by index)
  • adding elements (push)
  • finding the index of an element
  • removing elements (by INDEX!)
  • sorting
  • shuffling
  • joining elements
  • pop / pull (remove last and return / remove first and return)
  • sum
  • ranges