[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IN on SFA'S
- To: (BUG LISP) at MIT-MC
- Subject: Re: IN on SFA'S
- From: EB@MIT-AI
- Date: Fri, 21 Jun 80 10:40:19 GMT
- Original-date: 06/21/80 06:40:19 EDT
"D) IN
The value returned should be a fixnum that is the next binary value in
the input stream. The argument is the EOF value."
Behavior from LISP:
(setq sfa (sfa-create '(lambda (sfa op arg)
(cond ((eq op 'which-operations) '(in))
(t arg))) ;; i.e. IN ==> EOF always
0 'foo))
(in sfa)
;NIL NON-FIXNUM VALUE