On 02/27/12 16:48, Robert Dodier wrote:
> I tried it w/ 5.26.0 + Clisp on Linux; prints true and false as expected.
>
> HTH
>
> Robert Dodier
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>
Maxima 5.26.0 http://maxima.sourceforge.net
using Lisp CLISP 2.49 (2010-07-07)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) print(true);
true
(%o1) true
(%i2) print(false);
false
(%o2) false
(%i3)
Tom Dean