Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 3.32 KB

File metadata and controls

25 lines (17 loc) · 3.32 KB

average()

average() returns the running from the first to the current line

Data signatures
average( value to average: $${\color{green}int}$$ ǁ $${\color{green}float}$$, [match, scan, or line: $${\color{green}str}$$] )
Call signatures
average( value to average: Variable ǁ Term ǁ Header ǁ Function, [match, scan, or line: Variable ǁ Term ǁ Header ǁ Function] )
Purpose Value
Main focus average() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch
Name qualifier optionally expected

[Back to index]