List

NextPreviousMain

A noun that is a list of atoms is a list.

   23 24 25
   'this is a string'
   b =. 7 14 21
   a =. 'another string'

A list has one dimension. The length of the dimension is the count of atoms in the dimension.



NextPreviousMain