Texas Instruments TI-Nspire CX CAS TINSPIRE-CX-CAS Merkblatt

Produktcode
TINSPIRE-CX-CAS
Seite von 603
Entering Lines into a Function or Program
The Program Editor does not execute the commands or evaluate expressions
as you type them. They are executed only when you evaluate the function or
run the program.
1.
If your function or program will require the user to supply arguments, type
parameter names in the parentheses that follow the name. Separate
parameters with a comma.
2.
Between the Func and EndFunc (or Prgm and EndPrgm) lines, type the
lines of statements that make up your function or program.
-
You can either type the names of functions and commands or insert
them from the Catalog.
-
A line can be longer than the width of the screen; if so, you might have
to scroll to view the entire statement.
-
After typing each line, press
Enter
. This inserts a new blank line and
lets you continue entering another line.
-
Use the ◄, ►, ▲, and ▼ arrow keys to scroll through the function or
program for entering or editing commands.
Getting Started with the Program Editor
511