OM-

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - arg1 number or list [default = 0]
  - arg2 number or list [default = 0]

Description:

Difference of two numbers or lists.

Ex. (om- 5 2) => 3
Ex. (om- 5 '(2 4)) => (3 1)
Ex. (om- '(5 4) '2) => (3 2)
Ex. (om- '(5 4) '(2 4)) => (3 0)