Changeset 2121 for src/Pugs/Help.hs
- Timestamp:
- 04/19/05 18:47:22 (4 years ago)
- svk:copy_cache_prev:
- 3535
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r2118 r2121 30 30 putStrLn ":i <exp> = run a command, and ugly-print the result" 31 31 putStrLn ":r = reset the evaluation environment" 32 putStrLn ":l <filename> = load a pugs file (need quotes around the name)"32 putStrLn ":l <filename> = load a pugs file" 33 33 34 34 {- FIXME: Somebody with more UI skillz should make this nicer -}
