home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / cpu / whichcpu / whichcpu.bas next >
Encoding:
BASIC Source File  |  1993-09-24  |  70 b   |  11 lines

  1.  
  2. DECLARE FUNCTION WhichCPU% ()
  3.  
  4.  
  5. CLS
  6.  
  7. PRINT WhichCPU%
  8.  
  9. END
  10.  
  11.