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()")

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function