# Functions
Add returns the result of a + b[0] + b[1] ...
Array returns a []any{args[0], args[1], ...}.
Comma produces a string form of the given number in base 10 with commas after every three orders of magnitude.
No description provided by the author
Divide returns the result of a / b[0] / b[1] ...
No description provided by the author
No description provided by the author
HumanSize returns a human-readable approximation of a size with specified precision digit numbers (default: 2) (eg.
No description provided by the author
JSON returns a json marshal string.
No description provided by the author
Map returns a map[string]any{kvs[0]: kvs[1], kvs[2]: kvs[3], ...}.
Multiply returns the result of a * b[0] * b[1] ...
No description provided by the author
Strings returns a []string{args[0], args[1], ...}.
Subtract returns the result of a - b[0] - b[1] ...
No description provided by the author