modified: diffout.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / ord
blob1fcbbb1f2a4333b77f7ce6c69bc4753efd7995aa
1 NAME
2     ord - return integer corresponding to character value
4 SYNOPSIS
5     ord(c)
7 TYPES
8     c           string
10     return      int
12 DESCRIPTION
13     Return the integer value of the first character of a string.
15 EXAMPLE
16     ; print ord("DBell"), ord("chongo"), ord("/\../\"), ord("!")
17     68 99 47 33
19 LIMITS
20     none
22 LINK LIBRARY
23     none
25 SEE ALSO
26     char
28 ## Copyright (C) 1999  Landon Curt Noll
30 ## Calc is open software; you can redistribute it and/or modify it under
31 ## the terms of the version 2.1 of the GNU Lesser General Public License
32 ## as published by the Free Software Foundation.
34 ## Calc is distributed in the hope that it will be useful, but WITHOUT
35 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
36 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
37 ## Public License for more details.
39 ## A copy of version 2.1 of the GNU Lesser General Public License is
40 ## distributed with calc under the filename COPYING-LGPL.  You should have
41 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
42 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
44 ## @(#) $Revision: 30.1 $
45 ## @(#) $Id: ord,v 30.1 2007/03/16 11:10:42 chongo Exp $
46 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ord,v $
48 ## Under source code control:   1994/09/30 01:45:46
49 ## File existed as early as:    1994
51 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
52 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/