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

NAMELIST



(NAMELIST '|AB|)  gives the wrong error message.
An attempt to return the corrected value by
(RETURN '(|ABC|))
yields a nasty ill opr.
In looking for this bug, I noticed the line
	POP FXP,1+CMU
which presumably wants to be
	POPI FXP,1+CMU
???.  But thats not the problem.  Will investigate further.