Jump to content

String concatenation: Difference between revisions

no edit summary
No edit summary
Line 169:
<pre>Variable 1 is "Hello,"
Variable 2 is "Hello, world!"</pre>
 
==={{header|IS-BASIC}}===
<lang IS-BASIC>100 LET S$="Hello"
110 LET S$=S$&" world!"
120 PRINT S$</lang>
 
==={{header|ZX Spectrum Basic}}===
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.