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