>>>>> "Barton" == Barton Willis <willisb at unk.edu> writes:
Barton> The function nformat converts t to $true. What function
Barton> reverts $true to t? More generally, what function reverts
Barton> nformat?
I'm pretty sure the parser (nparse.lisp) converts $true to T, but I no
longer remember how it's done. Perhaps it uses ALIASLOOKUP to get the
ALIAS property that is defined for $TRUE?
For general nformat, I don't know what would reverse it. Maybe run
the parser over the output?
Ray