Jump to content

String append: Difference between revisions

FutureBasic example added
(Add LDPL)
(FutureBasic example added)
Line 858:
String append
</pre>
 
=={{header|FutureBasic}}==
<syntaxhighlight lang="futurebasic">
Str255 s
 
s = "Hello"
s += " World!"
 
print s
 
HandleEvents
</syntaxhighlight>
 
=={{header|Gambas}}==
416

edits

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