[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RLB's #o* suggestion



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