RosettaCodeData/Task/String-append/LDPL/string-append.ldpl
2023-09-01 09:35:06 -07:00

7 lines
99 B
Text

data:
myText is text
procedure:
store "LD" in myText
in myText join myText "PL"
display myText lf