1256
Appendix B: Global Variables — Math
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
IntegerMinus1Index
Declaration:
EStackIndex
IntegerMinus1Index
Category(ies):
Math
Description:
EStackIndex of the stored constant integer -1.
Inputs:
Not applicable.
Outputs:
Not applicable.
Assumptions:
Not applicable.
Side Effects:
Not applicable.
Availability:
On AMS 2.04 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: Integer0Index, Integer1Index, Integer2Index
Example:
When the second argument of the
push_shift
function is negative, the shift is to the right.
So, if m is the EStackIndex at the bolded tag in the string “goodbye” as follows
0 g o o d b y e 0
STR_DATA_TAG
then
push_shift (m, IntegerMinus1Index);
pushes the right shifted string “ goodby” onto the estack such that
top_estack
points to the
bolded tag as follows.
0
ï
g o o d b y 0
STR_DATA_TAG