def
func:eval
eval(expr)
Evaluate an Axon string expression. The evaluation happens in a new scope and does not have access to the current scope of local variables. Also see call()
and toAxonCode()
.
Examples:
eval("2 + 2") eval("now()")
Evaluate an Axon string expression. The evaluation happens in a new scope and does not have access to the current scope of local variables. Also see call()
and toAxonCode()
.
Examples:
eval("2 + 2") eval("now()")