This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Lists
Arguments | Result | Notation |
---|---|---|
List, Value | None | L1 n1 – |
#prepends the value "hello" to the end of list01 #This means it inserts "hello" at the beginning (and then shifts everything else up? (can someone check this? 8-))) <-list01 "hello" AppendToList