-- uppercase module naming sucks :| module LEARN where x = 10 * 5 + y myresult = x * 5 y = 10 -- space identation sucks :| foo x = let x = 20 y = 400 in (x+y)