| ZVON > References > Haskell reference |
| Intro / Search / ZVON |
| | Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | >> System << | Time | Locale | CPUTime | Random |
| Module: | System |
|---|---|
| Function: | system |
| Type: | String -> IO ExitCode |
| Description: | Computation system cmd returns the exit code produced when the operating system processes the command cmd. |
| Related: |
Input: system "pwd"
Output: /tmp
Output: ExitSuccess