Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Syntax for Concatenating Strings in GSL #35

Description

@rathinbector

This is a request to implement syntax that enables a user to concatenate two strings in GSL. The proposed functionality would work as follows:

let a = “foo”
let b = “bar”
let ab = a + b

ab should then be a binding to a string “foobar”.

@daz10000 @legezam

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions