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

  1. * concat                                              internal
  2. concat("a","b") concatenates 2 string into one string.
  3. See also: remove, string.
  4. e.g. concat("a","b") gives "ab".
  5.