comparison scripts/strings/cstrcat.m @ 9036:58604c45ca74

Cleanup of data types related documentation Files: data.texi, numbers.texi, strings.texi, container.texi Use two spaces after a period for increased readibility in Info browser Spellcheck
author Rik <rdrider0-list@yahoo.com>
date Sat, 21 Mar 2009 15:52:41 -0700
parents eb63fbe60fab
children 95c3e38098bf
comparison
equal deleted inserted replaced
9035:57649dcecb55 9036:58604c45ca74
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} cstrcat (@var{s1}, @var{s2}, @dots{}) 21 ## @deftypefn {Function File} {} cstrcat (@var{s1}, @var{s2}, @dots{})
22 ## Return a string containing all the arguments concatenated 22 ## Return a string containing all the arguments concatenated
23 ## horizontally. Trailing white space is preserved. For example, 23 ## horizontally. Trailing white space is preserved. For example,
24 ## 24 ##
25 ## @example 25 ## @example
26 ## @group 26 ## @group
27 ## cstrcat ("ab ", "cd") 27 ## cstrcat ("ab ", "cd")
28 ## @result{} "ab cd" 28 ## @result{} "ab cd"