I have only found how to wait for user input. However, I only want to pause so that my while true doesn\'t crash my computer.
while true
I tried pause(1)
pause(1)
On Mac OSX, sleep does not take minutes/etc, only seconds. So for two minutes,
sleep 120