Add langs Cherrycake and Insitux
This commit is contained in:
parent
633b36288a
commit
9817d9b99b
36 changed files with 132 additions and 0 deletions
11
Task/Deepcopy/Insitux/deepcopy.insitux
Normal file
11
Task/Deepcopy/Insitux/deepcopy.insitux
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
> (var x [1 2 [3 4]])
|
||||
[1 2 [3 4]]
|
||||
|
||||
> (var y x)
|
||||
[1 2 [3 4]]
|
||||
|
||||
> (var x "something else")
|
||||
something else
|
||||
|
||||
> y
|
||||
[1 2 [3 4]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue