|
|
---|---|
Syntax: Description: Constant Example:
Alternate Example:
|
|
|
|
---|---|
Keyword See if..elif..else.. for details. |
y N
[Fns…] > Ctl 1:if.. 2:if..else.. 3:if..elif..else 9:elif : 0:else: |
|
|
---|---|
Keyword See if..elif..else.. for details. |
y N
[Fns…] > Ctl 1:if.. 2:if..else.. 3:if..elif..else 9:elif : 0:else: |
|
|
---|---|
Module: ti_system Syntax: escape() Description: escape() returns True or False. Initial value is False. When the [clear] key on CE is pressed, the value is set to True. When the function is executed the value is reset to False. Example of use: while not escape(): In a while loop running in a program where the program offers to end the loop but keep the script running.
Can be used to a debug program to inspect the vars using Shell [vars] after running the program and using this break. |
As a program line: y K [Fns…]>Modul or »
|
|
|
---|---|
Module: Built-in Syntax: Description: Returns the evaluation of the expression Example:
|
y N
|
|
|
---|---|
Keyword Description: Use except in a try..except code block. See Python documentation for more details. |
y N
|
|
|
---|---|
Module: math Syntax: Description: Returns Example:
Alternate Example: [Tools] > 6:New Shell
|
y N
[Fns…] > Modul
import commands can be found in |
|
|
---|---|
Module: Built-in Syntax: Description: The method Example:
|
y N |