# Ask 'How are you?' in an interesting way

How = { x |
  x
  p g, "? Hmm..."
}

are = { x | { print x } }

you? = "How are you? "

How are you?