Knowledge Fusion optional variable arguments
An optional argument ia defined by parenthesis (), and one or many optional arguments are defined with … (three dots). Example would be to have optional many arguments: Defun: Average (Number … $nums) This example if a function called “Average” with optional arguments of type “Number” that can be one or many stored in a [...]
