--- title: "String Slicing, Coercion & Concatenation" type: "article" slug: "string-slicing-coercion-concatenation" url: "http://localhost/article/string-slicing-coercion-concatenation/" markdown_url: "http://localhost/article/string-slicing-coercion-concatenation.md" published_at: "2020-10-27T17:14:06+00:00" modified_at: "2025-01-26T14:11:21+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "String concatenation is a subject that can't easily be covered in a vacuum. It must include string slicing and coercion as well." category: - name: "Update Magazine" slug: "update-magazine" taxonomy: "category" url: "http://localhost/category/periodicals/update-magazine/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Peter Hale" slug: "peter-hale" taxonomy: "indiv" url: "http://localhost/indiv/peter-hale/" publication: "Update Magazine" publication_r: id: 10283 title: "Update Magazine" type: "periodical" url: "http://localhost/periodical/update-magazine/" authors: "Peter Hale" authors_r: - name: "Peter Hale" slug: "peter-hale" taxonomy: "indiv" url: "http://localhost/indiv/peter-hale/" issues_articles: - id: 26512 title: "Update October 1989" type: "issue" url: "http://localhost/issue/ts-2068-up-date-october-1989/" pages: "38-39" pubdate: "October 1989" archive_link: false volumeissue: "vn" --- # String Slicing, Coercion & Concatenation String concatenation is a subject that can’t easily be covered in a vacuum. It must include string slicing and coercion as well.