ver. 5.26.0 display bug



On 02/01/12 12:26, Edwin Woollett wrote:
> display2d = false.

 >  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.

(%i9) display2d:false$
(%i10) display(a)$
(false) a = 3

(%i11) display2d:true$
(%i12) display(a)$
                                      a = 3

Tom Dean