home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / j32.sit / runmac.doc < prev    next >
Encoding:
Text File  |  1991-05-20  |  614 b   |  18 lines

  1. J on the Apple Macintosh
  2.  
  3. 0. The distribution diskette contains the following files:
  4.     j                Executable file
  5.     readme.doc        Copyright notice
  6.     status.doc        Implementation status
  7.     runmac.doc        This note
  8.     tutorial.js        Script for running a tutorial
  9.     tut                Needed by tutorial.js
  10.  
  11. 1. Copy the diskette contents onto your hard disk:  Double click on the diskette 
  12. icon to open it, to find a folder named J contained therein.  Drag the J folder 
  13. onto your hard disk.
  14.  
  15. 2. A tutorial is available.  Within a J session, enter:
  16.     )sscript 'tutorial.js'        Make the necessary definitions.
  17.     tutorial ''                    Start the tutorial.
  18.