average
function
The average
action Calculates the average (mean) of a set of numbers in an array. It belongs to the math category within the undefined area.
Action Syntax
average $variable
A variable name starting with $
Return Value
This function returns a
NUMBER
value that can be stored in a variable:
$result = average
Tags
round=2
Examples
// Basic Usage
average $array
Action code: 1193798852
Version: 0.0.0
Last updated: 2025-06-13