Pauses between keystrokes are indicated by the letter t followed by an integer, representing the number of time units, enclosed by greater/less than signs?(< >). The statement
type("hello, <t3>world");
depicts a pause of 3 seconds between the input of the words hello and world. The lowercase t can be replaced by a capital T, which indicates milliseconds.