home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / SYMBMATH.H01 < prev    next >
Text File  |  1993-11-07  |  4KB  |  116 lines

  1.         2.6  Help Menu
  2.     The Help menu dispays the syntax of SymbMath language.
  3.  
  4. ------------------
  5. |How to help     |
  6. |Contents        |
  7. |Brief           |
  8. |Data            |
  9. |Function        |
  10. |Procedure & rule|
  11. |eqUation        |
  12. |Array & list    |
  13. |Expression      |
  14. |commenT         |
  15. |eValuate        |
  16. |assigN          |
  17. |cOnditional     |
  18. |Loop            |
  19. |sWitch          |
  20. |Read & write    |
  21. |Sequence        |
  22. |librarY         |
  23. ------------------
  24.  
  25.     In the Help menu, Each command has its own Help window and help
  26. file. The on-line help files are text (ASCII) files.
  27.     While the Help window is open, the status line is changed to
  28.  
  29. ----------------------------------------------------------------------------
  30. Ctrl-F3 Find, Shift-F3 Find again, F5 Zoom, <Pg Dn> more, <Esc> Abort
  31. -----------------------------------------------------------------------------
  32.  
  33.     In the Help window, to search for a special word, you first press
  34. <Ctrl><F3>, then type the word you want to search, finally press
  35. <Ctrl><F3> again. e.g. if you want to search for the word "help", you
  36. first press <Ctrl><F3>, then type "help", finally press <Ctrl><F3> again.
  37. The cursor will go to the word "help". You press <Shift><F3> to repeat
  38. the last find.
  39.     The commands in the Help window are the same as that in the Edit
  40. window, except that text is unable to be changed.
  41.  
  42.     Table 2.6        Commands in the Help window
  43. -------------------------------------------------------------------
  44. Keys            Action
  45.  
  46. -><-            move the cursor.
  47. <F5>            zoom the window, <F5> again to zoom out.
  48. <Esc>           exit from the window.
  49. <F10>           exit from the window, the same as <Esc>.
  50. <Home>          go to the beginning of the current line.
  51. <End>           go to the end of the current line.
  52. <Pg Up>         page up.
  53. <Pg Dn>         page down.
  54. <Ctrl><Home>    go to the beginning of the window.
  55. <Ctrl><End>     go to the end of the windo.
  56. <Ctrl><Pg Up>   go to the beginning of the help file.
  57. <Ctrl><Pg Dn>   go to the end of the help file.
  58. <Crtl><F2>      go to nth line, end by <crtl><F2> instead of <Enter>.
  59. <Ctrl><F3>      find the special word, end by <Ctrl><F3>
  60.         instead of <Enter>.
  61. <Shift><F3>     repeat last find.
  62. <Shift><F10>    re-size window by arrow keys.
  63. x               go to x, where x is a letter.
  64. ----------------------------------------------------------------------
  65.  
  66.     There are other two helps in the Input, Output and Aux Edit 
  67. windows, press <F1> to pop-up the Edit Help menu, or press <Shift><F1> to
  68. open a Help File window for manual.
  69.  
  70.                         2.7  Example Menu
  71.     The Example menu shows examples in SymbMath language.
  72.  
  73. ---------------
  74. |Calculate    |
  75. |Simplify     |
  76. |assUme       |
  77. |comparE      |
  78. |deFine       |
  79. |Limit        |
  80. |Differentiate|
  81. |Integrate    |
  82. |sOlve        |
  83. |suM          |
  84. |Vector       |
  85. |stAtistics   |
  86. |Table        |
  87. |conveRt      |
  88. |Get parts    |
  89. |databasE     |
  90. |learN        |
  91. |draW         |
  92. |Plot         |
  93. ---------------
  94.  
  95.                     2.7  Keyword Menu
  96.         The Keyword menu showes keywords in the SymbMath language.
  97.  
  98. --------------------
  99. |Topic order       |
  100. |Alphabetical order|
  101. |Index             |
  102. |Library index     |
  103. --------------------
  104.  
  105.         The Topic order command opens a help window for the keywords
  106. in topic order.
  107.         The Alphabetical order command opens a help window for the
  108. keywords in alphabetical order.
  109.         The Index command opens an index window, where you can select a
  110. keyword (file *.key) to open a help window for its file. e.g. if you want
  111. to help for the keyword d, you press d and <Enter> to open the help file
  112. d.key.  If the keyword is longer than 8 letter, its filename is the first
  113. 8 letter plus extension .key.
  114.         The Library index command is similar to the Index command, but it
  115. opens a library index window for library (external function file *.(x)).
  116.