Defer to a given element, such as a <macro>. Deferring to a macro is similar to calling it, but no new scope is created. This means that the macro has access to the same variables where defer was called.
<macro docname="board"> <echo>${character} is on board</echo></macro><macro docname="main"> <let crew="['John', 'Rygel', 'Scorpius']"/> <for src="crew" dst="character"> <defer to="board"/> </for></macro>
element
None
from
to
if
yes