OM+

[GENERIC-FUNCTION]


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

Description:

Sum of two numbers or lists.

Ex. (om+ 2 3) => 5
Ex. (om+ 2 '(3 4)) => (5 6)
Ex. (om+ '(1 2) '(3 4)) => (4 6)