start | all-pages

stringmerge To combine two strings into a new string, Konilo provides both `s:append` and `s:prepend`. Each take two pointers to existing strings and construct a new one. 'abc 'def s:append (create_string_abcdef) 'abc 'def s:prepend (create_string_defabc)