Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 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