Copy a string: Difference between revisions

no edit summary
No edit summary
Line 40:
dest:=src
)
 
=={{header|AutoHotkey}}==
 
<lang autohotkey>
src := "Hello"
dst := src
</lang>
 
=={{header|AWK}}==
Anonymous user