GslCore
GslCore copied to clipboard
Syntax for Concatenating Strings in GSL
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