Package: cxml-stp

Macro do-recursively

Lambda List

do-recursively ((var node &optional result) &body body)

Arguments

  • var -- symbol, a variable name
  • node -- a node
  • result -- a form

Return Value

the result of evaluating result

Details

Executes bode with var bound to successive descendants of node in pre-order.
 

See also