# HG changeset patch # User Eli Zaretskii # Date 1066322114 0 # Node ID a6d4edb94e8e5a086fcf7ad96c2c086d75058f4c # Parent 13f7b766a9e7a11ff8e5adf08bdb8441e2ba37ee (Integer Basics): Add index entries for reading numbers in hex, octal, and binary. diff -r 13f7b766a9e7 -r a6d4edb94e8e lispref/numbers.texi --- 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