eval

From The K Language Wiki
Revision as of 03:15, 9 July 2022 by Promovicz (talk | contribs) ("Add all appropriate categories to each verb")
Eval
.x

eval, also known as value, evaluates a string as a K expression.

Eval may or may not evaluate its argument in the current scope based on the implementation.

 ."+/1 2 3 4"
10