add(a, b)
  a + b

pad(x, y = x)
  padding y x y x

form input
  n = 5
  pad(5px, unit(add(n, n), 'px'))