Name: Anonymous 2007-07-07 9:46 ID:djEstxaJ
I am a complete newbie to programming and now I've decided to learn Haskell because I want to code a roguelike game.
Here is what I've achieved so far:
Hugs> print Hello World!
ERROR - Syntax error in expression (unexpected end of input)
Hugs> pring "Hello World!
ERROR - Improperly terminated string
Hugs> pring "Hello World!"
ERROR - Undefined variable "pring"
Here is what I've achieved so far:
Hugs> print Hello World!
ERROR - Syntax error in expression (unexpected end of input)
Hugs> pring "Hello World!
ERROR - Improperly terminated string
Hugs> pring "Hello World!"
ERROR - Undefined variable "pring"