home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / gofer.spk / !Gofer / !Help < prev    next >
Text File  |  1994-06-14  |  2KB  |  39 lines

  1. ---------------------------------------------------------
  2. ! RiscOS front end for Gofer. (C) G.C.Wraith 1993       !
  3. !                                                       !
  4. ! Version : Gofer2.30                                !
  5. !                                                       !
  6. ! Gofer is a non-strict functional programming language !
  7. ! extending a subset of Haskell, copyright Mark Jones.  !
  8. ! See the accompanying file "Goferite".                 !    
  9. !                                                       !
  10. ! Platform : RiscOS 3.1 with at least 2 Mb RAM          !
  11. ---------------------------------------------------------
  12.  
  13. Double-click on !Gofer to install it on the iconbar.
  14.  
  15. Click Select on the iconbar icon to open a taskwindow with 
  16. Gofer running. You cannot open more than one at a time.
  17.  
  18. Click Adjust on the iconbar icon to open a directory 
  19. showing the prelude files. Clicking on a prelude's icon 
  20. makes it the prelude used next time Gofer starts up.
  21.  
  22. Dragging a text file, G_script file or G_Proj file onto 
  23. the iconbar icon loads the script or project into Gofer, 
  24. starting Gofer up if it is not already running.
  25.  
  26. Double-clicking on a G-script file or G_Proj file loads 
  27. the script or project into Gofer, starting Gofer up if 
  28. it is not already running.
  29.  
  30. Selecting Quit from the iconbar menu closes the taskwindow 
  31. if it is open and removes the Gofer icon.
  32.  
  33. Default options set in Gofer$Opts are:
  34.  
  35. Number of heap cells                  120000
  36. Prompt string                         Go>
  37. Name of expression last evaluated     it
  38.  
  39. **************************************** GCW *** 1/8/93 ******