diff doc/interpreter/strings.txi @ 8442:502e58a0d44f

Fix docstrings, add examples, references and tests to string functions
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Mon, 05 Jan 2009 08:11:03 +0100
parents 8dff9cba15fe
children 03b7f618ab3d
line wrap: on
line diff
--- a/doc/interpreter/strings.txi	Tue Dec 30 00:25:20 2008 -0500
+++ b/doc/interpreter/strings.txi	Mon Jan 05 08:11:03 2009 +0100
@@ -184,8 +184,10 @@
 @group
 ischar(collection)
      @result{} ans = 1
+
 ischar(collection) && isvector(collection)
      @result{} ans = 0
+
 ischar("my string") && isvector("my string")
      @result{} ans = 1
 @end group