view doc/interpreter/container.txi @ 4029:2cc57b6169cf

[project @ 2002-08-09 07:36:15 by jwe]
author jwe
date Fri, 09 Aug 2002 07:38:55 +0000
parents 3234a698073a
children aae05d51353c
line wrap: on
line source

@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(islist)

@node Cell Arrays,  , Lists, Containers
@section Cell Arrays
@cindex cell arrays

@DOCSTRING(cell)

@DOCSTRING(iscell)