Changeset 2792 for src/Pugs/Help.hs
- Timestamp:
- 05/06/05 22:32:38 (4 years ago)
- svk:copy_cache_prev:
- 4340
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r2789 r2792 39 39 putStrLn "-e program one line of program (several -e's allowed, omit programfile)" 40 40 putStrLn "-n wrap the -e fragments in while(=<>){...} loop" 41 putStrLn "-p wrap the -e fragments in while(=<>){...; print} loop"41 putStrLn "-p wrap the -e fragments in while(=<>){...;say} loop" 42 42 putStrLn "-c parse the file or -e, but do not run it" 43 43 putStrLn "-Bbackend execute using the compiler backend"
