This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Lists
| Arguments | Result | Notation |
|---|---|---|
| A List | Length of a list | L1 – i1 |
Returns the length of a list
Split("Four Score and Seven Years Ago" " ") ->words
do(GetListCount(<-words) 0)
trace(GetListElement(<-words I))
loop