@mul()

This multiplies numbers together. It takes N numeric strings
and returns their product.

Usage:
@mul( "6", "9" )
The result is "54".

@mul( "-2", "5", "-6" )
The result is "60".