Copy a string: Difference between revisions

(String copy in Factor (strings and sbufs))
Line 110:
=={{header|D}}==
 
char[]string src = "string";
char[]auro dest = src.dup;
 
=={{header|Erlang}}==
Anonymous user