home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / LENGTH.KEY < prev    next >
Text File  |  1993-11-07  |  240b  |  6 lines

  1. * length                                              internal
  2. length([a]) gives the length of a list and string (the number of member
  3. in the list and string).
  4. See also: list, string.
  5. e.g. length([a,b]) gives 2, length("abc") gives 3.
  6.