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 <glynn.clements@virgin.net>