home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rpos2101.zip / EXAMPLES.TXT < prev    next >
Text File  |  1998-07-02  |  702b  |  14 lines

  1. The following examples are included with RPilot:
  2. dosmenu.p  - A program which displays a menu of commands for DOS users
  3. unixmenu.p - The same as above, only it's for Linux users
  4. french.p   - A quiz on your knowledge of French
  5. guess.p    - A simple number-guessing game
  6. hello.p    - "Hello World!", the cannonical first trial program
  7. jump-use.p - An example of Jumps and Using subroutines
  8. math.p     - A demonstration of RPilot's mathematical capabilities
  9. name.p     - A simple program which asks for your name and age
  10. recurse.p  - A recursive PILOT program which calls itself
  11. crazy.p    - An example of overusing the "X" command
  12. fact.p     - A program which recursively solves factorials
  13.  
  14.