8 lines
99 B
Text
8 lines
99 B
Text
|
|
data:
|
||
|
|
myText is text
|
||
|
|
|
||
|
|
procedure:
|
||
|
|
store "LD" in myText
|
||
|
|
in myText join myText "PL"
|
||
|
|
display myText lf
|