char TWspec[] = "CON:30/30/200/150/MyProgram";

main ()
{
	Write (Output (), "Taking a 10 second snooze...\n", 29);
	Delay (50 * 10);
}
