/[gcl]/gcl/info/number.texi
ViewVC logotype

Diff of /gcl/info/number.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by wfs, Mon Dec 6 22:44:04 1999 UTC revision 1.1.1.1.2.1 by camm, Thu Dec 20 18:36:30 2001 UTC
# Line 1074  Returns the complement of the logical OR Line 1074  Returns the complement of the logical OR
1074    
1075  @end defun  @end defun
1076    
1077  @defun PARSE-INTEGER (string  @defun PARSE-INTEGER (string &key (start 0) (end (length string)) (radix 10) (junk-allowed nil))
        &key (start 0) (end (length string)) (radix 10) (junk-allowed nil))  
1078  Package:LISP  Package:LISP
1079    
1080  Parses STRING for an integer and returns it.  Parses STRING for an integer and returns it.

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26