- Intermediate results ```haskell a = const 3 b = a 4 ``` ```haskell answer = b * 14 ``` Hello from text, world!