Jump to content

String concatenation: Difference between revisions

no edit summary
(added ReScript)
No edit summary
Line 915:
println[b]
</lang>
 
=={{header|FutureBasic}}==
<lang futurebasic>window 1
 
CFStringRef s1, s2
 
s1 = @"any text value "
print s1
 
s2 = fn StringByAppendingString( s1, @"another string literal" )
print s2
 
HandleEvents</lang>
 
=={{header|Gambas}}==
416

edits

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