_h=3 _m=15 while 1 locate 0,0 print time$ h=val(mid$(time$,0,2)) m=val(mid$(time$,3,2)) if h==_h && m==_m then break wait 60 wend print”time!”