diff scripts/strings/strcat.m @ 2697:6243c37ae2c5

[project @ 1997-02-18 17:51:21 by jwe]
author jwe
date Tue, 18 Feb 1997 17:51:21 +0000
parents 949ab8eba8bc
children 8b262e771614
line wrap: on
line diff
--- a/scripts/strings/strcat.m	Tue Feb 18 17:00:34 1997 +0000
+++ b/scripts/strings/strcat.m	Tue Feb 18 17:51:21 1997 +0000
@@ -17,6 +17,10 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
+## usage: strcat (s, t, ...)
+##
+## Concatenate strings.
+
 ## Author: jwe
 
 function st = strcat (s, t, ...)