[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Strange error
- To: kcl-mail
- Subject: Strange error
- From: eliot (eliot handelman)
- Date: Sun, 7 Feb 88 03:26:09 est
Can anyone explain to me the source of this error? LOOP is from rascal;
I loaded it and did a save-system.
> (defun te2 (expr)
(loop for elt in expr do (format t "~s~%" elt)))
TE2
> (te2)
Error: TE2 requires one argument,
but only zero were supplied.
Error signalled by TE2.
Error: 8 is an illegal ihs index.
Error signalled by SYSTEM:UNIVERSAL-ERROR-HANDLER.
Broken at SYSTEM:UNIVERSAL-ERROR-HANDLER.