String concatenation: Difference between revisions

Content added Content deleted
(Added missing </lang>.)
Line 1,342: Line 1,342:
# Alternate form providing automatic conversion of arguments to strings.
# Alternate form providing automatic conversion of arguments to strings.
echo "$# $# $#".format(str, 123, "HelloWorld!")
echo "$# $# $#".format(str, 123, "HelloWorld!")
# -> String 123 HelloWorld!</pre>
# -> String 123 HelloWorld!</lang>


=={{header|NS-HUBASIC}}==
=={{header|NS-HUBASIC}}==