Push_Reversed_Tail - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

708

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.
k — Indexes the top tag of a tail of expressions.
Inputs:
Outputs:
None
Assumptions:
None
Side Effects:
None
On AMS 1.05 and higher.
Availability:
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);
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Lists and Matrices
Not for Distribution
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents