2 lines
49 B
Text
2 lines
49 B
Text
cSource := "Hello World"
|
|
cDestination := cSource
|
cSource := "Hello World"
|
|
cDestination := cSource
|