PRINT "In the Code with no name" TSET 1, 5 ONTIMER 1, "GOTO DoNothing" END DoNothing: PRINT "In DoNothing" PRINT "Just print to the screen - keep alive mechanism" END