Smart string interpolation of vector ("a, b and c")

I have the memory of reading somewhere how to do some smart interpolation, so that a vector ["a", "b", "c"] would become "a, b and c". But I can’t find it again… Was I dreaming of functions for Julia :anguished:?

Look up join

2 Likes

I wasn’t dreaming afterall