1.3.2 Recusion List View in a new window

Example

Recursion Lists

This is a paragraph before a definition list. In principle, such a list should consist of terms and associated definitions.

recursion
see recursion
recursion, indirect
see indirect recursion
indirect recursion
see recursion, indirect
term
a word or other expression taken into specific use in a well-defined meaning, which is often defined rather rigorously, even formally, and may differ quite a lot from an everyday meaning
Markup
<div class="nsw-wysiwyg-content nsw-container">
<h2>Recursion Lists</h2>
<p>This is a paragraph before a <strong>definition</strong> list.
  In principle, such a list should consist of <em>terms</em> and associated
  definitions.</p>
  <dl>
    <dt> recursion</dt>
    <dd> see recursion</dd>
    <dt> recursion, indirect</dt>
    <dd> see indirect recursion</dd>
    <dt> indirect recursion</dt>
    <dd> see recursion, indirect</dd>
    <dt> term</dt>
    <dd> a word or other expression taken into specific use in
          a well-defined meaning, which is often defined rather rigorously, even
          formally, and may differ quite a lot from an everyday meaning</dd>
  </dl>
  </div>