Package: cxml-stp

Macro do-children

Lambda List

do-children ((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 body with var bound to successive child nodes.
 

See also