This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:appendtolist [2013/07/29 14:33] – thepenguin | crpl:docs:appendtolist [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
<- [[crpl: | <- [[crpl: | ||
===== AppendToList | ===== AppendToList | ||
Line 6: | Line 6: | ||
| List, Value |None| '' | | List, Value |None| '' | ||
- | Inserts n1 at the beginning | + | Inserts n1 at the end of L1 |
=== Description === | === Description === | ||
Line 14: | Line 14: | ||
#This is equivalent to "< | #This is equivalent to "< | ||
</ | </ | ||
+ | Sample '' | ||
+ | 0 - foo\\ | ||
+ | 1 - bar | ||
+ | |||
+ | Sample '' | ||
+ | 0 - foo\\ | ||
+ | 1 - bar\\ | ||
+ | 2 - hello | ||
+ |