Actions
$calc » History » Revision 1
Revision 1/8
| Next »
Per Amundsen, 02/28/2014 12:49 PM
Added in 1.8.10
$calc(operations)
Returns the result of the specified operations. You can perform multiple operations.
See useable arithmetic operators.
Parameters
operations - The calculations to perform.
Example
;Returns 6. //echo -ag $calc((4 + 4) - 2)
Updated by Per Amundsen over 10 years ago · 1 revisions