Re: help please...
Glynn Clements <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Nabil Benhadj wrote: > Prelude> msg = "Hello World" > ERROR - Syntax error in input (unexpected `=') You can't enter definitions interactively; you have to store them in a file, then load the file with ":load <filename>". -- Glynn Clements <[email protected]>