[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PARSE-INTEGER
- To: common-lisp%su-ai@usc-ecl
- Subject: PARSE-INTEGER
- From: Bernard S. Greenberg <BSG%SCRC-TENEX@MIT-MC>
- Date: Mon, 06 Jun 1983 14:09:00 -0000
As currently specified, PARSE-INTEGER will not accept signed integers.
That's correct. It should, however, have a :sign-allowed keyword,
default NIL, to allow this, right?