Skip to content

eval

eval(input: String)
eval(input: String, env: Dictionary)

ParameterTypeDescription
inputStringThe input string
(optional) envDictionaryA dictionary with variables

Evaluates the given string as Elk code.

Returns

(*) The resulting value.