From: Oliver Cromm Date: 2004-02-27T01:39:47+09:00 Subject: Re: print with no arguments? Archit Baweja wrote: [print "*" if @cumul[i] > n] > even though you found an error it wouldn't hurt if you put it like > so > > print("*") if ... > > so that the precedence is clear. Indeed - that was my first suspicion as to the source of the error, so I tried changing to "*".print Strange how unfamiliar the print() version looks. -- Oliver Cromm