axiom-mail
[Top][All Lists]
Advanced

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

[Axiom-mail] Output/print without linefeed?


From: Alasdair McAndrew
Subject: [Axiom-mail] Output/print without linefeed?
Date: Tue, 10 Jul 2007 09:22:11 +1000

I was running a long program recently, and every now and again I wanted a little output to indicate how far the program had got.  The "output" command includes a line feed, which I don't want.  I've tried:

 )set expose add constructor IPRNTPK

but then, for example:

for i in 1..10 repeat iprint(i::String)

produces the output:

1
   >> System error:
   FLUSH is invalid as a function.

Any ideas?

Thanks,
Alasdair


reply via email to

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