Ilya Zakharevich on Tue, 16 Nov 1999 17:09:06 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Turning a sequence of expr into expr |
On Tue, Nov 16, 1999 at 08:26:05PM +0100, Karim BELABAS wrote: > > As you see, the execution started (so the skipwhatever() was expecting > > a sequence), but apparently the second statement is ignored. > > > > If we suppose that this is not a bug in ploth(), then how to wrap > > these statements into one? I hate to use > > > > ploth(t=100,110,[real(z=zeta(0.5+I*t)),imag(z)]) > > The usual trick to feed a "seq" to an "expr-reader" is to group the > statements into an "if (TRUE, seq)". Anyway, the problem that a part of input is ignored without any feedback remains open. Ilya