Copy a string: Difference between revisions

Content deleted Content added
→‎[[Python]]: Corrected indenting
→‎[[PHP]]: fixed missing quote
Line 120:
[[Category:PHP]]
 
$src = "Hello";
$dst = $src;