[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: ALAN at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Tue, 30 Oct 79 14:49:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 30 OCT 1979 1049-EDT
From: ALAN@MIT-AI
Date: Mon, 30 Oct 79 05:26:17 GMT
Original-Date: 10/30/79 01:26:17 EDT
Subject:
To: (BUG LISP) at MIT-AI
#123r10 should read as 173 (octal) not an error.
(ai:lisp;sharpm fasl)
According to all maclisp documentation, "ibase"s can only
be between 1 and 36., since there are no general ways to
get digits beyond "Z".
Additionally, beware of the following: due to the ambiguity
of syntax, the number part of a #nR must be preceeded with a "+" or
"-" if it has non-decimal digits. This latter point is documented
in the NEW RECENT, and for maclisp in general. (because, in general
"1A" would be taken as a symbol instead of a number.)