eval
Function eval is used to dynamically evaluate a code. It takes two arguments, first is the symbol of a language, such as :yona, :js or :python and the second argument is a string of the expression to be evaluated in this language.
Usage¶
eval :yona "5 + 5"
Last update: August 17, 2020