modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / makelist
bloba7f80f40e719e3561f3b66dddff9579ce8f2e486
1 NAME
2     makelist - create a list with a specified number of null members
4 SYNOPSIS
5     makelist(x)
7 TYPES
8     x           int
10     return      list
12 DESCRIPTION
13     For non-negative integer x, makelist(x) returns a list of size x
14     all members of which have null value.
16 EXAMPLE
17     ; A = makelist(4)
18     ; A
20     list (4 members, 4 nonzero):
21           [[0]] = NULL
22           [[1]] = NULL
23           [[2]] = NULL
24           [[3]] = NULL
26 LIMITS
27     0 <= x < 2^31
29 LINK LIBRARY
30     none
32 SEE ALSO
33     modify
35 ## Copyright (C) 1999  Landon Curt Noll
37 ## Calc is open software; you can redistribute it and/or modify it under
38 ## the terms of the version 2.1 of the GNU Lesser General Public License
39 ## as published by the Free Software Foundation.
41 ## Calc is distributed in the hope that it will be useful, but WITHOUT
42 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
43 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
44 ## Public License for more details.
46 ## A copy of version 2.1 of the GNU Lesser General Public License is
47 ## distributed with calc under the filename COPYING-LGPL.  You should have
48 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
49 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
51 ## @(#) $Revision: 30.1 $
52 ## @(#) $Id: makelist,v 30.1 2007/03/16 11:10:42 chongo Exp $
53 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/makelist,v $
55 ## Under source code control:   1995/07/10 02:09:31
56 ## File existed as early as:    1995
58 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
59 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/