This is an old revision of the document!
<- PRPL reference <- Everything Else 2
| Arguments | Result | Notation |
|---|---|---|
| [ - ] |
// value, list, index
i1 = GetIntFromStack();
list1 = GetListFromStack();
if (stack.Count > 0) { d1 = stack.Pop(); } else { d1 = new Data(0);}