<- CRPL reference <- Lists
| Arguments | Result | Notation |
|---|---|---|
| List, Index | The value of List at Index | L1 i1 – n1 |
Pushes the value of element i1 in list L1 onto the stack
#Traces element #3 of list01 (elements are usually numbered from zero) ShowTraceLog <-list01 2 GetListElement Trace