Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
18
Task/Copy-a-string/Lasso/copy-a-string.lasso
Normal file
18
Task/Copy-a-string/Lasso/copy-a-string.lasso
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
local(x = 'I saw a rhino!')
|
||||
local(y = #x)
|
||||
|
||||
#x //I saw a rhino!
|
||||
'\r'
|
||||
#y //I saw a rhino!
|
||||
|
||||
'\r\r'
|
||||
#x = 'I saw one too'
|
||||
#x //I saw one too
|
||||
'\r'
|
||||
#y //I saw a rhino!
|
||||
|
||||
'\r\r'
|
||||
#y = 'it was grey.'
|
||||
#x //I saw one too
|
||||
'\r'
|
||||
#y //it was grey.
|
||||
Loading…
Add table
Add a link
Reference in a new issue