List

List -- the class of all lists.

Creating new lists or sequences:

  • ..
  • ZZ : Thing
  • toList
  • newClass
  • sequence
  • singleton
  • Selecting elements of lists:

  • List _ ZZ
  • #
  • first
  • last
  • Manipulating lists:

  • accumulate
  • append
  • between
  • copy
  • deepSplice
  • delete
  • drop
  • join
  • mingle
  • pack -- pack a list into a table
  • prepend
  • reverse
  • rsort
  • sort
  • splice
  • take
  • unique
  • toSequence
  • Examining lists:

  • all
  • any
  • # -- length of a list
  • max
  • maxPosition
  • member
  • min
  • minPosition
  • position
  • same
  • Combining lists:

  • List + List
  • demark
  • fold
  • mergePairs
  • Mapping functions:

  • apply -- apply function to entries in list or hash table
  • applyTable -- apply a function to entries in a table
  • number
  • product
  • scan
  • select
  • subtable -- extract a subtable
  • sum
  • table -- make a table

  • topindexpreviousupnext