  size
  Builtin Function



      SSyynnooppssiiss
        Return the size of an object.

      SSyynnttaaxx
        size ( _A )

      DDeessccrriippttiioonn
        The size function returns the size of the argument.



        NNUUMMEERRIICC
           size returns a matrix whose 1st element is the number of
           rows, and whose 2nd element is the number of columns.


        SSTTRRIINNGG
           size returns a matrix whose 1st element is the number of
           rows, and whose 2nd element is the number of columns. If the
           length of a particular string is desired, then the length
           function must be used.


        LLIISSTT
           size returns the number of elements in the list.



     SSeeee AAllssoo
        length, show































