YAPC::EU 2018 Glasgow Update!
This commit is contained in:
parent
22f33d4004
commit
4e2d22a71d
1170 changed files with 15042 additions and 3047 deletions
3
Task/Copy-a-string/Emacs-Lisp/copy-a-string.l
Normal file
3
Task/Copy-a-string/Emacs-Lisp/copy-a-string.l
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(setq str1 "hi")
|
||||
(setq str2 str1)
|
||||
(eq str1 str2)
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
REBOL [
|
||||
Title: "String Copy"
|
||||
Date: 2009-12-16
|
||||
Author: oofoe
|
||||
URL: http://rosettacode.org/wiki/Copy_a_string
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue