next_section

NAML documentation   Watch a video
   Usages of this macro
... in view_mixed.naml
141
142
143
144
145
146
147
<macro name="next_section" dot_parameter="columns" parameters="length">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.next_node
Binary
Namespace: NodeList
>
        <then.sub_section
Macro
Parameters: columns, length
. length="[n.length/]">
            <n.columns/>
        </then.sub_section.>
    </n.if.next_node>
</macro>