NOTE: This ticket was lost during the migration from mantis to the SourceForge bug tracker.
Original Ticket ID: #142
== original content follows ============================================
USE inserts confusing additional '> ' chars
when the input comes from a file
(probably due to handling of <CR> as <CR><LF>
or something like that)
DIRECT SHELL INPUT
use> \
> ?Set{-1,0,1}->iterate(i:Integer;
> r:Bag(Integer)=Bag{}|
> r->including(i*i))
> .
-> Bag{0,1,1} : Bag(Integer)
INPUT FROM A TXT FILE
use> \
?Set{-1,0,1}->iterate(i:Integer;
r:Bag(Integer)=Bag{}|
r->including(i*i))
.
> > > > -> Bag{0,1,1} : Bag(Integer)
[mg]
Diff: