changeset 52863:a6d4edb94e8e

(Integer Basics): Add index entries for reading numbers in hex, octal, and binary.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 16 Oct 2003 16:35:14 +0000
parents 13f7b766a9e7
children 6cb616f8963b
files lispref/numbers.texi
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/numbers.texi	Thu Oct 16 16:29:14 2003 +0000
+++ b/lispref/numbers.texi	Thu Oct 16 16:35:14 2003 +0000
@@ -70,6 +70,9 @@
 @cindex integers in specific radix
 @cindex radix for reading an integer
 @cindex base for reading an integer
+@cindex hex numbers
+@cindex octal numbers
+@cindex reading numbers in hex, octal, and binary
   In addition, the Lisp reader recognizes a syntax for integers in
 bases other than 10: @samp{#B@var{integer}} reads @var{integer} in
 binary (radix 2), @samp{#O@var{integer}} reads @var{integer} in octal