Appendix B: Global Variables — Math
1255
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
Integer2Index
Declaration:
EStackIndex
Integer2Index
Category(ies):
Math
Description:
EStackIndex of the stored constant integer 2.
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, IntegerMinus1Index
Example:
When the second argument of the
push_shift
function is positive, the shift is to the left.
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, Integer2Index);
pushes the left shifted string “odbye ” onto the estack such that
top_estack
points to the
bolded tag as follows.
0 o d b y e
ï
ï
0
STR_DATA_TAG