// Initialize the sloth mode slothMode = true; // Set the alarm clock to 'never' setAlarmClockToNever(); // Start napping while(slothMode) { nap(); }