Algosim documentation: variables

variables

Returns a list of all variables.

Syntax

Description

variables() returns a list of all variables; the list contains the variable names as strings.

Example

frequencies(variables() @ object @ type)
(array, 1)
(real number, 4)
(boolean, 3)
(complex number, 1)
(string, 1)
(set, 1)

See also