On 2020-11-14 06:00, Brad Gilbert wrote:
The purpose of `spurt` is to:
1. open a NEW file to write to
2. print a single string
3. close the file

If you are calling `spurt` more than once on a given file, you are doing it wrong.

You are forgetting that spurt comes with an `:append` option.

If you give `spurt` an array, you are probably doing it wrong
unless you want the array turned into a single string first.

Ya, doing things the hard way.

Reply via email to