[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RLB's #o* suggestion
- To: (BUG LISP) at MIT-MC
- Subject: RLB's #o* suggestion
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Fri, 31 Oct 80 21:27:00 GMT
- Original-date: 31 OCT 1980 1627-EST
I agree. That would free up #*, which I think is a good idea. #o*, etc. could
just repeatedly TYIPEEK for digits, add them to LSH of the previous result,
and finally return when a non-digit was peeked at. Note that the thing should
signal an error on #o*12345ABC, where a break char did not follow immediately
after the last digit. -kmp