home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / hugs1.0.spk / !Hugs / !Help < prev    next >
Text File  |  1995-02-15  |  2KB  |  37 lines

  1. ---------------------------------------------------------
  2. ! RiscOS front end for Hugs. (C) G.C.Wraith 1995        !
  3. !                                                       !
  4. ! Version : 1.0                                         !
  5. !                                                       !
  6. ! Hugs is a non-strict functional programming language  !
  7. ! extending a subset of Haskell, copyright Mark Jones.  !
  8. ! See the accompanying file "NOTICE".                   !    
  9. !                                                       !
  10. ! Platform : RiscOS 3.1 with at least 2 Mb RAM          !
  11. ---------------------------------------------------------
  12.  
  13. Double-click on !Hugs 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 display the prelude 
  19.  
  20. Dragging a text file, HScript file or HProj file onto 
  21. the iconbar icon loads the script or project into Hugs, 
  22. starting Hugs up if it is not already running.
  23.  
  24. Double-clicking on a HScript file or HProj file loads 
  25. the script or project into Hugs, starting Hugs up if 
  26. it is not already running.
  27.  
  28. Selecting Quit from the iconbar menu closes the taskwindow 
  29. if it is open and removes the Hugs icon.
  30.  
  31. Default options set in Hugs$Opts are:
  32.  
  33. Number of heap cells                  120000
  34. Prompt string                         >
  35. Name of expression last evaluated     it
  36.  
  37. **************************************** GCW *** 14/02/95 ******