Jump to content

String append: Difference between revisions

Add LDPL
(Add LDPL)
Line 1,171:
{{out}}
<pre>Hello, World!</pre>
 
=={{header|LDPL}}==
<syntaxhighlight lang="ldpl">data:
myText is text
 
procedure:
store "LD" in myText
in myText join myText "PL"
display myText lf
</syntaxhighlight>
{{out}}
<pre>
LDPL
</pre>
 
=={{header|Lingo}}==
1,808

edits

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