>>>>> "Barton" == Barton Willis <willisb at unk.edu> writes:
Barton> Weird:
MAXIMA> (aliaslookup '$true)
Barton> T
MAXIMA> (aliaslookup '$false)
Barton> $FALSE
Cool. :-(
Maybe $false becomes nil because of the this in simp.lisp:
(defmvar $false nil)
There must be something else that makes it so you can't assign to
$false.
We should probably make this all uniform. Somehow.
Ray