Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Peter Tillema edited this page Nov 26, 2018 · 1 revision

The Pause token on it's own works how it does in TI-BASIC, it will pause the program until the user hits [Enter], and then continue. You also have the option to put a number after it, which will make it pause for that amount of milliseconds (there are 1000 milliseconds in one second). Examples:

Pause 200
Pause 1000
Pause

The first line waits for 200 milliseconds (⅕ of a second), the second line waits for 1000 milliseconds (1 second), and the final line waits for the user to press [Enter].

Clone this wiki locally