home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / tutor / l1p015 < prev    next >
Text File  |  1990-05-16  |  3KB  |  67 lines

  1.        ╔═════════════════════════════════════════════════════╗
  2.        ║ Lesson 1 Part 1.5 F-PC 3.5 Tutorial by Jack Brown   ║
  3.        ╚═════════════════════════════════════════════════════╝
  4.  
  5. After typing F in the root directory to execute F.BAT or F in the C:\FPC
  6. directory to execute F.EXE you should see the F-PC welcome screen that
  7. will look something like what is shown below but you should have some
  8. color and some line boxes and spaces between the lines!
  9.  
  10. C:\> F <enter>                <---- at the DOS prompt
  11.  
  12.  
  13.  C - 35k : - 50k  Stack Empty  C:\FPC\                        11:36
  14.                                                               FORTH
  15.                                                               FORTH
  16.                                     F-PC                      FORTH
  17.                                                                ROOT
  18.         ╒═══════════════════════════════════════════════════════════╕
  19.         │ 80x8x Forth ─── Version: 3.50  Date:10/22/89  Time:13:59  │
  20.         ╞═══════════════════════════╤╤══════════════════════════════╡
  21.         │ Based on F83 by           ││ Henry Laxen, Michael Perry,  │
  22.         │ F-PC by                   ││ Tom Zimmer & Robert L. Smith │
  23.         ╘═══════════════════════════╧╧══════════════════════════════╛
  24.  
  25.              Free Bytes: CODE = 35338, LIST = 50016, HEAD = 27632
  26.  
  27.                    Bewildered?   Press:  F1  for assistance
  28.  
  29.                  Press  ESC  to toggle the menubar on or off.
  30.  
  31.         Current File =  No file Open
  32.  
  33. Pressing <enter> should produce the traditional Forth prompt:
  34.  
  35.   ok     <----- traditional Forth style prompt!
  36.  
  37. Press <enter> a few times and you should get Forth's traditional
  38.  
  39. ok
  40.  
  41. Well now we are in the system so let us exit the system or say
  42. good bye to Forth.  The command to leave forth is just BYE  Type:
  43.  
  44. BYE  <enter>    <---  Remember  <enter> means press it.
  45.  
  46. BYE  Leaving..  <---  This is what you will see!
  47. C:\FPC>CD \     <---  Dos prompt and last command in F.BAT
  48. C:\>            <---  and finally you will see the dos prompt.
  49.  
  50. DOS TIP  If you place the following line in your AUTOEXEC.BAT file
  51.          your dos prompt will include the current directory path as
  52.          shown above.
  53.  
  54. PROMPT $P$G
  55.  
  56. To restart Forth type F again.  Do this now and press return once in
  57. Forth to get the  ok prompt again.  Bye the way we are working with the
  58. Caps lock set on my computer so that we get capital letters when we type
  59. words for Forth to interpret. F-PC will also accept lower case but we
  60. prefer upper case here to make the Forth commands/words stand out from
  61. the rest of the text.
  62.  
  63. ┌───────────────────────────────────┐
  64. │ Please Move to Lesson 1 Part 2.0  │
  65. └───────────────────────────────────┘
  66.  
  67.