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
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