GslCore icon indicating copy to clipboard operation
GslCore copied to clipboard

Syntax for Concatenating Strings in GSL

Open rathinbector opened this issue 4 years ago • 3 comments

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

rathinbector avatar May 08 '20 18:05 rathinbector