Jump to content

String concatenation: Difference between revisions

Added Dyalect programming language
(Added Dyalect programming language)
Line 457:
PrintLn(s1);
PrintLn(s2);</lang>
 
=={{header|Dyalect}}==
 
{{trans|Swift}}
 
<lang Dyalect>let s = "hello"
print(s + " literal")
var s1 = s + " literal"
println(s1)</lang>
 
=={{header|Dylan.NET}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.