Copies
Deep copy operators in the context of a non-section element
Although the copy operator <
exists on both sections and non-section elements,
the deep copy operator <<
is only understood as such by the parsing algorithm
in the context of a section.
Therefore in the following example the parser would look for a template with
the key "< template"
rather than "template"
.
copy << template
Next page: Merging fieldsets