> On 21 Jan 2020, at 01:01, Norman Gaywood <[email protected]> wrote: > On Tue, 21 Jan 2020 at 03:12, Brad Gilbert <[email protected]> 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
