Methods

+ΒΆ

+(s1:Str, s2:Str)

Concatenate strings
Source: stdlib.ngs:948

Returns

New Str

Example

"ab" + "cd"  # "abcd"