while not escape():                  clear

Command:

while not escape():                  clear

Command
Syntax:

while not escape():                  clear

Module:

ti_system

Describe:

In a while loop running in a program where the program offers to end the loop but keep the script running.

 

Run the commands in the "while" loop until the "esc" key is pressed..

Python
Code
Sample:

 

Result:

 

Error:

 

Type or
Addressable
Component:

from ti_system import*