 |
|
List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Bug in print()
| [MUG] Bug in print() |
|
Author: Helmut Kahovec
Posted: Mon, 05 Aug 2002 02:03:11 +0200
|
>> From: Helmut Kahovec "helmut.kahovec"
Dear Maple users,
There seems to be a bug in the print() function in all recent releases
of Maple. print() does not make use of the continuation character when
an expression has many closing parentheses:
> restart;
> `evalapply/e`:=proc(X,Y) op(X)(op(X)(op(Y))) end proc:
> expr:=e(e(e)(e))(e)(e):
The output of the following input statement is correct. I have added the
continuation character `\` myself in order to make the output of
lprint() more readable.
> lprint(expr);
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e\
(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(\
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e\
(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(\
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e\
(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(\
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e\
(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e)))))))))))))))))))))))))))))))))))))))\
)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))\
)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))\
)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))\
))))))))))
However, when expr is print-ed then many closing parentheses are missing
when working with the worksheet interface version of Maple.
> expr;
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(
e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e(e))))))))))))))))))))))))))))))
Kind regards,
Helmut
|
[View Complete Thread]
Previous by date: [MUG] Re: more efficient way to generate a set?, Maple User Group
Next by date: [MUG] Creating combinations of normal 3D surfdata and contours, Jens Ernst
Previous thread: [MUG] Re: question, Helmut Kahovec
Next thread: [MUG] Creating combinations of normal 3D surfdata and contours, Jens Ernst
|
|
|