Copy a string: Difference between revisions

m
Remove trailing newline
(Emacs Lisp: Actually show how to copy a string)
m (Remove trailing newline)
Line 958:
(eq str1 str2) ;=> nil
(equal str1 str1-ref) ;=> t
(equal str1 str2)) ;=> t</lang>
</lang>
 
=={{header|Erlang}}==
Anonymous user