5 lines
45 B
Text
5 lines
45 B
Text
|
|
(
|
||
|
|
STRING src:="Hello", dest;
|
||
|
|
dest:=src
|
||
|
|
)
|