home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00048.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  103 b   |  8 lines

  1. on mouseUp
  2.   if the shiftDown and (the key = "r") then
  3.     meminfo()
  4.   else
  5.     adrinfo()
  6.   end if
  7. end
  8.