708
Appendix A: System Routines — Lists and Matrices
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_reversed_tail
Declaration:
void
push_reversed_tail
(EStackIndex
k
)
Category(ies):
Lists and Matrices
Description:
Pushes an END_TAG onto the estack, then pushes the elements of the tail
in reverse order.
Inputs:
k
— Indexes the top tag of a tail of expressions.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
push_quantum (END_TAG);
push_Float (3.7);
push_Float (5.2);
/* Pushes tagged 3.7 on top of tagged 5.2 on top of an END_TAG. */
push_reversed_tail (top_estack);