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

  1.        ╔══════════════════════════════════════════════════════╗
  2.        ║  Lesson 1 Part 15.0  F-PC 3.5 Tutorial by Jack Brown ║
  3.        ╚══════════════════════════════════════════════════════╝
  4.  
  5.                 ┌─────────────────────────────────┐
  6.                 │  Running the Check Book Program │
  7.                 └─────────────────────────────────┘
  8.  
  9. FLOAD CHKBOOK.SEQ <enter>  <--- Compile the check book program.
  10.  
  11. CHECK-BOOK <enter>         <--- Run program on data starting on line 30
  12.  
  13. Stepping to line 30 ..
  14. Loading..
  15. Balance forward      1000
  16. Pay Check       1200 2200
  17. Mortgage        -500 1700
  18. Hydro           -120 1580
  19. Food            -200 1380
  20. Telephone       -25 1355
  21. Entertainment   -15 1340
  22. Car Payment     -300 1040
  23.  
  24. =====================================
  25.  You have . . . . 1040  dollars left.
  26.  
  27. \ That's it. Lesson 1 is over!  Hope to see you back for Lesson 2.
  28.  
  29. ┌───────────────────────────────────┐
  30. │ Please move to Lesson 2 Part 1.0  │
  31. └───────────────────────────────────┘
  32.