aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/str_join.md
AgeCommit message (Collapse)AuthorFilesLines
2021-10-24Create release notes page for 0.60.Jussi Pakkanen1-5/+0
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger1-0/+5
Another commit in my quest to rid InterpreterBase from all higher level object processing logic. Additionally, there is a a logic change here, since `str.join` now uses varargs and can now accept more than one argument (and supports list flattening).