This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:copylist [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:copylist [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | |list| list| [list- list] | | + | | list | list | [ list - list ] | |
=== Description === | === Description === | ||
- | Creates a copy of a list with the same contents. Someone more computer-eloquent explain pass by reference vs. value here. Note that if the list contains other lists, they will not be copied - for that you need DeepCopyList. | + | Creates a copy of a list with the same contents. Note that if the list contains other lists, they will not be copied - for that you need [[.: |
=== Examples === | === Examples === |