home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progbler
/
whchcpu
/
whichcpu.bas
< prev
next >
Wrap
BASIC Source File
|
1994-01-05
|
119b
|
11 lines
DECLARE FUNCTION WhichCPU% ()
CLS
PRINT "This computer has an 80"; LTRIM$(STR$(WhichCPU%)); " CPU"
END