Content deleted Content added
No edit summary |
concatenation much faster than += for strings |
||
Line 44:
string1 = "Hello world".gsub(" ", ",")
#
string1
# print variable 'string1', followed by a newline
|
No edit summary |
concatenation much faster than += for strings |
||
Line 44:
string1 = "Hello world".gsub(" ", ",")
#
string1
# print variable 'string1', followed by a newline
|