Jump to content

String append: Difference between revisions

String append in Asymptote
(String append in various BASIC dialents (BASIC256, QBasic, Liberty BASIC, Run Basic, True BASIC and Yabasic))
(String append in Asymptote)
Line 313:
HelloWorld
HelloWorld</pre>
 
=={{header|Asymptote}}==
<lang Asymptote>string s = "Hello";
s = s + " Wo";
s += "rld!";
write(s);</lang>
 
=={{header|AutoHotkey}}==
2,161

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.