This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Lists
Arguments | Result | Notation |
---|---|---|
List, Value | None | L1 n1 – |
#appends the value "hello" to the end of list01 <-list01 "hello" AppendToList #This is equivalent to "<-list01 <-list01 GetListCount "hello" SetListElement"