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

ferror?



(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.