Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 687

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="siblings">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename siblings.html>

<RefMeta>
  <RefEntryTitle>siblings</RefEntryTitle>
  <RefMiscInfo Role="file">dblib.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>siblings</RefName>
  <RefPurpose>Implements siblings as per ISO/IEC 10179:1996</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
(siblings snl)
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
Implements <literal>siblings</literal> as per ISO/IEC 10179:1996</para>


</RefSect1>

<RefSect1><Title>Author</Title>

<para>
From ISO/IEC 10179:1996</para>
</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define (siblings snl)
  ;; Implements siblings as per ISO/IEC 10179:1996
  (children (parent snl)))
</ProgramListing>
</RefSect1>

</RefEntry>