Copy a string: Difference between revisions

Content added Content deleted
No edit summary
(→‎[[Python]]: - for some reason the example was empty... added it.)
Line 126: Line 126:
[[Category:Python]]
[[Category:Python]]
'''Interpeter:''' Python 2.3, 2.4, 2.5
'''Interpeter:''' Python 2.3, 2.4, 2.5
src = "Hello"
dst = src


==[[Ruby]]==
==[[Ruby]]==