Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
eval
eval(input: String)
eval(input: String, env: Dictionary)
Parameter
Type
Description
input
String
The input string
(optional) env
Dictionary
A dictionary with variables
Evaluates the given string as Elk code.
Returns
(*) The resulting value.