Fn
@Js
const class Fn : Expr
Fn is a function definition
Top-level name or debug name if closure
Invoke this function with the given arguments
Return this
Obj? call(AxonContext cx, Obj?[] args)
Invoke this function with the given arguments. Note: the args parameter must be mutable and may be modified
virtual Obj? eval(AxonContext cx)
Return this
virtual Bool isTop()
virtual Dict meta()
const Str : name
Top-level name or debug name if closure
virtual Void walk(|Str,Obj?| f)