home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / mathstud / computer.m < prev    next >
Encoding:
Text File  |  1995-05-19  |  106 b   |  7 lines

  1. function y = computer()
  2. %y=computer()
  3. %Compatibility function. MathViews returns 'WIN'
  4.  
  5. y = 'WIN';
  6.  
  7.