fill = (container, liquid = "coffee") ->
  "Filling the #{container} with #{liquid}..."






