From 75c65b206652cd9ba05ac1f56aa2ac72c99b3561 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 Oct 2003 16:35:14 +0000 Subject: [PATCH] (Integer Basics): Add index entries for reading numbers in hex, octal, and binary. --- lispref/numbers.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lispref/numbers.texi b/lispref/numbers.texi index e2cfc937c4d..177b229e160 100644 --- a/lispref/numbers.texi +++ b/lispref/numbers.texi @@ -70,6 +70,9 @@ initial sign and optional final period. @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 -- 2.39.2