On Tue, Nov 25, 2003 at 01:46:39PM -0700, John Williams wrote: > On Mon, 24 Nov 2003, Jonathan Scott Duff wrote: > > or maybe throw some latin in there > > > > while $n++ et @accum < $total { ... } > > while $n++ cum @accum < $total { ... } # maybe? > > I think "ac" is the latin conjunction you want. > > ac : conj. and, and also, and besides
Actually, I've become more convinced that I don't want any of these :-) while do { $x++; @a < 5 } { ... } or something like that is fine with me. -Scott -- Jonathan Scott Duff [EMAIL PROTECTED]