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 >
BASIC Source File  |  1994-01-05  |  119b  |  11 lines

  1.  
  2. DECLARE FUNCTION WhichCPU% ()
  3.  
  4.  
  5. CLS
  6.  
  7. PRINT "This computer has an 80"; LTRIM$(STR$(WhichCPU%)); " CPU"
  8.  
  9. END
  10.  
  11.