24 by MKII9th Jul 2004 8:34
|
---|
Summary this will display a 24 hour clock Description this will display a 24-hour clock this isint the full version i'm trying to make it scroll across the screen in the next version Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com rem rem by nathan thomas e-mail at nthomas117@charter.net rem This program will display a 24-hour style clock DO INK RGB(0,100,0),1 print "THE DATE IS:" ;get date$() PRINT "THE CURRENT TIME IS:" ;get time$() A=1*993 WAIT A CLS LOOP |