sub function

num sub(
  1. num lhs,
  2. num rhs
)

Implementation

num sub(num lhs, num rhs) => lhs - rhs;