comparison 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
comparison
equal deleted inserted replaced
2696:eb2ade3c6609 2697:6243c37ae2c5
14 ## 14 ##
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19
20 ## usage: strcat (s, t, ...)
21 ##
22 ## Concatenate strings.
19 23
20 ## Author: jwe 24 ## Author: jwe
21 25
22 function st = strcat (s, t, ...) 26 function st = strcat (s, t, ...)
23 27