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: | Prelude |
---|---|
Function: | putStr |
Type: | String -> IO () |
Description: | writes out a string to the standard output |
Related: |
Program source: main = putStr "Hello"
Output: Hello