diff doc/interpreter/container.txi @ 3439:3234a698073a

[project @ 2000-01-14 09:51:14 by jwe]
author jwe
date Fri, 14 Jan 2000 09:52:35 +0000
parents
children 2cc57b6169cf
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/interpreter/container.txi	Fri Jan 14 09:52:35 2000 +0000
@@ -0,0 +1,36 @@
+@c Copyright (C) 1996, 1997 John W. Eaton
+@c This is part of the Octave manual.
+@c For copying conditions, see the file gpl.texi.
+
+@node Containers, I/O Streams, Data Structures, Top
+@chapter Containers
+@cindex containers
+
+@menu
+* Lists::                       
+* Cell Arrays::                 
+@end menu
+
+@node Lists, Cell Arrays, Containers, Containers
+@section Lists
+@cindex lists
+
+@DOCSTRING(list)
+
+@DOCSTRING(nth)
+
+@DOCSTRING(append)
+
+@DOCSTRING(reverse)
+
+@DOCSTRING(splice)
+
+@DOCSTRING(is_list)
+
+@node Cell Arrays,  , Lists, Containers
+@section Cell Arrays
+@cindex cell arrays
+
+@DOCSTRING(cell)
+
+@DOCSTRING(iscell)