Wait for a specified period of time. The command pause(n)
waits for n seconds
Keep in mind that the parsing of the pause(x) command will
also take some time. Therefor the waiting time will be longer
than expected.
pause(3) waits for 3 seconds
pause(3.5) waits for 3.5 seconds