EasyManuals Logo

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #1133 background imageLoading...
Page #1133 background image
Appendix A: System Routines — Token Operations
1091
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_parse_text
Declaration:
Boolean
push_parse_text
(unsigned char *
cp
)
Category(ies):
Token Operations
Description:
The tokenization routine that creates external tokenized form from text
input.
Inputs:
cp
Points to a null terminated text string.
Outputs:
Pushes the external tokenized form of the input onto the expression stack.
Returns TRUE when the input represents a single algebraic expression.
Returns FALSE when the input contains a
§
operation, any command,
or any statement separator indicating more than one statement is
represented.
Assumptions:
None
Side Effects:
May expand expression stack and may cause heap compression.
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: NG_tokenize
Example:
/* Given the text string "x + y", push the external tokenized form of the expression
(X_VAR_TAG Y_VAR_TAG ADD_TAG) onto the expression stack. */
unsigned char expression[] = "x + y";
(void) push_parse_text (expression);

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals