
add(a, b)
  a + b

size-function = add

size(n)
  size-function(n, n)

body
  font size(14px)