home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / mystic.zip / TUTOR.DOC < prev    next >
Text File  |  1986-02-05  |  2KB  |  61 lines

  1. TUTOR.DOC
  2.  
  3.     This file explains how to get started in Mystic Pascal and
  4. how to run the TUTOR program.
  5.  
  6. 1. Make a backup copy of the entire Mystic Pascal distribution disk.
  7. Never use the distribution disk to run Pascal.
  8.  
  9. 2. If you are using a non-standard video adapter, you must run the
  10. MYSTICIN installation program first.  The distribution version of
  11. Mystic Pascal is setup to run on a standard IBM PC with either a
  12. color card or monochrome card or both.  MYSTICIN may also be used
  13. to modify screen colors and video snow suppression.
  14.  
  15. 3. To start Mystic, you need the files MYSTIC.EXE and MYSTIC.LIB.
  16. Type:
  17.  
  18.     MYSTIC
  19.  
  20. 4. You are now in the Editor screen.  Now load the TUTOR.PAS program.
  21. Type:
  22.     F2        (Function Key 2)
  23.     L
  24.     TUTOR.PAS
  25.  
  26. 5. Mystic Pascal has four screens that you can use.  Type F1 to see
  27. the Screen Selection menu.
  28.  
  29.     F1    Editor
  30.     F2    Direct Mode
  31.     F3    System Display
  32.     F4    Laser Display
  33.  
  34. 6. Go to the System Display screen by typing F1 to bring up the menu
  35. and then F3 to select System Display.  This screen is updated once
  36. per second.  It shows a memory map and a table of the multi-tasking
  37. processes now running.
  38.  
  39. 7. Now go back to the Editor to compile the TUTOR program.  Type
  40. F1 then F1 to reach the Editor screen.
  41.  
  42. 8. To compile a program, type F2 then C.  If any errors are detected
  43. the error message will be displayed on the Editor screen and the 
  44. cursor positioned at the point the error was first detected.
  45.  
  46. 9. To run the TUTOR program, go to the Direct Mode screen (F1-F2).
  47. The backslash is the prompt character.  To run a main program in
  48. Direct Mode, just type the name of the program (as declared after
  49. the PROGRAM reserved word).
  50. Type:
  51.     TUTOR
  52.  
  53. 10. You can work through the several lessons of TUTOR to become
  54. more familiar with Mystic Pascal and Direct Mode programming in
  55. particular.
  56.  
  57. 11. To terminate Mystic Pascal and return to DOS, type:
  58.  
  59.     F1
  60.     Ctrl-End
  61.