home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / WINDOWS / DIVERSEN / MATHS171 / COMPUTER.M < prev    next >
Text File  |  1993-03-23  |  106b  |  7 lines

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