modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / isfile
blob33c7f375c37b4b8964047dc249ed0472b89e353c
1 NAME
2     isfile - whether a value is a file
4 SYNOPSIS
5     isfile(x)
7 TYPES
8     x           any
10     return      int
12 DESCRIPTION
13     Determine if x is a file.  This function will return 1 if x is
14     a file, 0 otherwise.
16 EXAMPLE
17     ; a = files(0)
18     ; print isfile(a), isfile(files(1)), isfile(1)
19     1 1 0
21 LIMITS
22     none
24 LINK LIBRARY
25     none
27 SEE ALSO
28     isassoc, isatty, isblk, isconfig, isdefined, iserror, iseven,
29     ishash, isident, isint, islist, ismat, ismult, isnull, isnum, isobj,
30     isobjtype, isodd, isprime, isrand, israndom, isreal, isrel,
31     issimple, issq, isstr, istype
33 ## Copyright (C) 1999  Landon Curt Noll
35 ## Calc is open software; you can redistribute it and/or modify it under
36 ## the terms of the version 2.1 of the GNU Lesser General Public License
37 ## as published by the Free Software Foundation.
39 ## Calc is distributed in the hope that it will be useful, but WITHOUT
40 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
41 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
42 ## Public License for more details.
44 ## A copy of version 2.1 of the GNU Lesser General Public License is
45 ## distributed with calc under the filename COPYING-LGPL.  You should have
46 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
47 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
49 ## @(#) $Revision: 30.1 $
50 ## @(#) $Id: isfile,v 30.1 2007/03/16 11:10:42 chongo Exp $
51 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isfile,v $
53 ## Under source code control:   1994/10/21 02:21:27
54 ## File existed as early as:    1994
56 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
57 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/