[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ferror?
- To: BUG-LISP at MIT-AI
- Subject: ferror?
- From: David Hodgson Dennis <DHD at MIT-AI>
- Date: Thu, 26 Jun 80 04:29:00 GMT
- Cc: DHD at MIT-AI
- Original-date: 26 June 1980 00:29-EDT
(ferror)
;FERROR UNDEFINED FUNCTION OBJECT
;BKPT UNDEF-FUNCTN
(load '((lisp) format))
153677
(ferror)
((FERROR) (2 . 776)) TOO FEW ARGUMENTS SUPPLIED - APPLY
;ah hah!
(ferror t "This is ~A." "something")
;SIGNAL UNDEFINED FUNCTION OBJECT
QUIT
*
(format t "This is ~A." "something")This is something.
NIL
; so it's ferror; the definition must have been taken too
;literally from the LISP machine.