3 lines
95 B
Text
3 lines
95 B
Text
|
|
cStr1 = "Hello!" # create original string
|
||
|
|
cStr2 = cStr1 # make new string from original
|