|
|
---|---|
Keyword Syntax: Description: Define a function dependent on specified variables. Typically used with the keyword return. Example:
|
y N
[Fns…]>Func
|
|
|
---|---|
Module: math Syntax: Description: Converts angle Example:
|
˜ Trig 2:degrees()
y N
[Fns…]>Modul 1:math…>Trig |
|
|
---|---|
Keyword Description: Use del to delete objects such as variables, lists, etc. |
y N
|
|
|||||||
---|---|---|---|---|---|---|---|
Module: ti_system Syntax: disp_at(row,col,"text") Description: Display text starting at a row and column position on the plotting area.
Argument:
Optional arguments for color and background shown here: Example: Sample program:
|
y K [Fns…]>Modul or »
|
|
|||||||
---|---|---|---|---|---|---|---|
Module: ti_system Syntax: disp_at(row,"text","align") Description: Display text aligned as specified on the plotting screen for row 1-11. Row is cleared before display. If used in a loop, content refreshes with each display.
Argument:
Optional argument shown here: Example: Sample program:
|
y K
|
|
|
---|---|
Module: ti_system Syntax: disp_clr() clear text screen Description: Clear the screen in the Shell environment. Row 0-11, integer may be used as an optional argument to clear a display row of the Shell environment. Example: Sample program:
|
y K
|
|
|
---|---|
Module: ti_system Syntax: disp_cursor() 0=off 1=on Description: Control the display of the cursor in the Shell when a program is running. Argument: 0 = off not 0 = on Example: Sample program:
|
y K
|
|
|
---|---|
Module: ti_system Syntax: disp_wait() [clear] Description: Stop the execution of program at this point and display screen content until Example: Sample program:
|
y K
|