Jump to content

String append: Difference between revisions

K
m (add RPL)
(K)
Line 1,097:
<pre>"Hello, world!"</pre>
 
=={{header|K}}==
<syntaxhighlight lang=K>h: "hello "
h,: "world"
h
"hello world"</syntaxhighlight>
=={{header|Kotlin}}==
<syntaxhighlight lang="kotlin">fun main(args: Array<String>) {
6,962

edits

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