axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#188 the do instruction doesn't display any result] A


From: anonymous
Subject: [Axiom-developer] [#188 the do instruction doesn't display any result] A feature?
Date: Fri, 01 Jul 2005 04:44:47 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/188TheDoInstructionDoesntDisplayAnyResult/diff
--

++added:

------------------<br>
That is a feature?? (perhaps useful just for its side effects; and 'do' seems 
not documented -- it is equivalent to adding semicolons to each line of the 
pile, without the type info outputted on each line except the last). You need 
to explicitly ask to display a value.
\begin{axiom}
do
  1
  2
%
do i for i in 1..3
%
x:=do [i for i in 1..3]
x
1;
2;
%
\end{axiom}

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]