> On 21 Jan 2020, at 01:01, Norman Gaywood <ngayw...@une.edu.au> wrote: > On Tue, 21 Jan 2020 at 03:12, Brad Gilbert <b2gi...@gmail.com> wrote: > .say for lines > > Since .say calls gist(), would it be not be better/safer to call .put instead? > > .put for lines
Since lines only produces Str objects, and both Str.Str and Str.gist are noops, it doesn't make any difference? Liz